#cb5b50

Color #CB5B50 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #CB5B50

Tints of Sunglo #CB5B50

Color information

#CB5B50 (or 0xCB5B50) is unknown color: approx Sunglo. HEX triplet: CB, 5B and 50. RGB value is (203,91,80). Sum of RGB (Red+Green+Blue) = 203+91+80=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B50 is #34A4AF. Grayscale: #7B7B7B. Windows color (decimal): -3450032 or 5266379. OLE color: 5266379.

HSL color Cylindrical-coordinate representation of color #CB5B50: hue angle of 5.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5B50 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2039180-
CMYK00.550.610.20
HSL5.37º54.19%55.49%-
HSV(B)5.37º60.59%79.61%-
XYZ29.8220.7610.02-
YUV123.23103.61184.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=54.28%
G=24.33%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203918000.550.610.205.3754.1955.49
HexCB5B500373D1453637
Octal313133120067752456667
Binary1100101110110111010000011011111110110100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5b50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5b50; }

 p { color: rgb(203,91,80); }

 H1.HeaderClassName
 {
   color: #cb5b50;
 }
 .AnyTagClassName
 {
   color: #cb5b50;
 }
</style>
background-color css

<style>
 a { background-color: #cb5b50; }

 a { background-color: rgb(203,91,80); }

 div.DivClassName
 {
   background-color: #cb5b50;
 }
 .BgClassName
 {
   background-color: #cb5b50;
 }
</style>
border-color css

<style>
 span { border-color: #cb5b50; }

 span { border-color: rgb(203,91,80); }

 td.TdClassName
 {
   border-color: #cb5b50;
 }
 .TagClassName
 {
   border-color: #cb5b50;
 }
</style>