#CB4942

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

Shades of Sunset #CB4942

Tints of Sunset #CB4942

Color information

#CB4942 (or 0xCB4942) is unknown color: approx Sunset. HEX triplet: CB, 49 and 42. RGB value is (203,73,66). Sum of RGB (Red+Green+Blue) = 203+73+66=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4942 is #34B6BD. Grayscale: #6F6F6F. Windows color (decimal): -3454654 or 4344267. OLE color: 4344267.

HSL color Cylindrical-coordinate representation of color #CB4942: hue angle of 3.07º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4942 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2037366-
CMYK00.640.670.20
HSL3.07º56.85%52.75%-
HSV(B)3.07º67.49%79.61%-
XYZ27.9917.857.13-
YUV111.07102.57193.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.36%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=59.36%
G=21.35%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203736600.640.670.203.0756.8552.75
HexCB4942040431433935
Octal31311110201001032437165
Binary11001011100100110000100100000010000111010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4942; }

 p { color: rgb(203,73,66); }

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

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

 a { background-color: rgb(203,73,66); }

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

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

 span { border-color: rgb(203,73,66); }

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