#CB4A42

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

Shades of Sunset #CB4A42

Tints of Sunset #CB4A42

Color information

#CB4A42 (or 0xCB4A42) is unknown color: approx Sunset. HEX triplet: CB, 4A and 42. RGB value is (203,74,66). Sum of RGB (Red+Green+Blue) = 203+74+66=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4A42 is #34B5BD. Grayscale: #6F6F6F. Windows color (decimal): -3454398 or 4344523. OLE color: 4344523.

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

Color convert

RGB2037466-
CMYK00.640.670.20
HSL3.5º56.85%52.75%-
HSV(B)3.5º67.49%79.61%-
XYZ28.0617.997.15-
YUV111.66102.24193.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.18%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=59.18%
G=21.57%
B=19.24%

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
Decimal203746600.640.670.203.556.8552.75
HexCB4A42040431443935
Octal31311210201001032447165
Binary110010111001010100001001000000100001110100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A42; }

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

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

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

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

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

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

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

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