#CB4C42

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

Shades of Sunset #CB4C42

Tints of Sunset #CB4C42

Color information

#CB4C42 (or 0xCB4C42) is unknown color: approx Sunset. HEX triplet: CB, 4C and 42. RGB value is (203,76,66). Sum of RGB (Red+Green+Blue) = 203+76+66=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4C42 is #34B3BD. Grayscale: #717171. Windows color (decimal): -3453886 or 4345035. OLE color: 4345035.

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

Color convert

RGB2037666-
CMYK00.630.670.20
HSL4.38º56.85%52.75%-
HSV(B)4.38º67.49%79.61%-
XYZ28.218.267.19-
YUV112.83101.58192.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=58.84%
G=22.03%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203766600.630.670.204.3856.8552.75
HexCB4C4203F431443935
Octal3131141020771032447165
Binary11001011100110010000100111111100001110100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C42; }

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

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

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

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

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

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

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

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