#cb5e51

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

Shades of Sunglo #CB5E51

Tints of Sunglo #CB5E51

Color information

#CB5E51 (or 0xCB5E51) is unknown color: approx Sunglo. HEX triplet: CB, 5E and 51. RGB value is (203,94,81). Sum of RGB (Red+Green+Blue) = 203+94+81=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E51 is #34A1AE. Grayscale: #7D7D7D. Windows color (decimal): -3449263 or 5332683. OLE color: 5332683.

HSL color Cylindrical-coordinate representation of color #CB5E51: hue angle of 6.39º 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 #CB5E51 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB2039481-
CMYK00.540.600.20
HSL6.39º53.98%55.69%-
HSV(B)6.39º60.1%79.61%-
XYZ30.1221.310.31-
YUV125.11103.11183.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=53.70%
G=24.87%
B=21.43%

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
Decimal203948100.540.600.206.3953.9855.69
HexCB5E510363C1463638
Octal313136121066742466670
Binary1100101110111101010001011011011110010100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5e51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5e51; }

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

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

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

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

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

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

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

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