#CB4842

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

Shades of Sunset #CB4842

Tints of Sunset #CB4842

Color information

#CB4842 (or 0xCB4842) is unknown color: approx Sunset. HEX triplet: CB, 48 and 42. RGB value is (203,72,66). Sum of RGB (Red+Green+Blue) = 203+72+66=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4842 is #34B7BD. Grayscale: #6E6E6E. Windows color (decimal): -3454910 or 4344011. OLE color: 4344011.

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

Color convert

RGB2037266-
CMYK00.650.670.20
HSL2.63º56.85%52.75%-
HSV(B)2.63º67.49%79.61%-
XYZ27.9317.727.1-
YUV110.48102.9193.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.53%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=59.53%
G=21.11%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203726600.650.670.202.6356.8552.75
HexCB4842041431433935
Octal31311010201011032437165
Binary11001011100100010000100100000110000111010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4842; }

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

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

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

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

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

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

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

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