#CB5E52

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

Shades of Sunglo #CB5E52

Tints of Sunglo #CB5E52

Color information

#CB5E52 (or 0xCB5E52) is unknown color: approx Sunglo. HEX triplet: CB, 5E and 52. RGB value is (203,94,82). Sum of RGB (Red+Green+Blue) = 203+94+82=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E52 is #34A1AD. Grayscale: #7D7D7D. Windows color (decimal): -3449262 or 5398219. OLE color: 5398219.

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

Color convert

RGB2039482-
CMYK00.540.600.20
HSL5.95º53.78%55.88%-
HSV(B)5.95º59.61%79.61%-
XYZ30.1521.3110.51-
YUV125.22103.61183.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=53.56%
G=24.80%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203948200.540.600.205.9553.7855.88
HexCB5E520363C1463638
Octal313136122066742466670
Binary1100101110111101010010011011011110010100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E52; }

 p { color: rgb(203,94,82); }

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

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

 a { background-color: rgb(203,94,82); }

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

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

 span { border-color: rgb(203,94,82); }

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