#CB4640

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

Shades of Sunset #CB4640

Tints of Sunset #CB4640

Color information

#CB4640 (or 0xCB4640) is unknown color: approx Sunset. HEX triplet: CB, 46 and 40. RGB value is (203,70,64). Sum of RGB (Red+Green+Blue) = 203+70+64=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4640 is #34B9BF. Grayscale: #6D6D6D. Windows color (decimal): -3455424 or 4212427. OLE color: 4212427.

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

Color convert

RGB2037064-
CMYK00.660.680.20
HSL2.59º57.2%52.35%-
HSV(B)2.59º68.47%79.61%-
XYZ27.7417.456.76-
YUV109.08102.56194.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=60.24%
G=20.77%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203706400.660.680.202.5957.252.35
HexCB4640042441433934
Octal31310610001021042437164
Binary11001011100011010000000100001010001001010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4640; }

 p { color: rgb(203,70,64); }

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

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

 a { background-color: rgb(203,70,64); }

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

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

 span { border-color: rgb(203,70,64); }

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