#CB4440

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

Shades of Sunset #CB4440

Tints of Sunset #CB4440

Color information

#CB4440 (or 0xCB4440) is unknown color: approx Sunset. HEX triplet: CB, 44 and 40. RGB value is (203,68,64). Sum of RGB (Red+Green+Blue) = 203+68+64=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4440 is #34BBBF. Grayscale: #6C6C6C. Windows color (decimal): -3455936 or 4211915. OLE color: 4211915.

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

Color convert

RGB2036864-
CMYK00.670.680.20
HSL1.73º57.2%52.35%-
HSV(B)1.73º68.47%79.61%-
XYZ27.6217.26.71-
YUV107.91103.23195.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=60.60%
G=20.30%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203686400.670.680.201.7357.252.35
HexCB4440043441423934
Octal31310410001031042427164
Binary11001011100010010000000100001110001001010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4440; }

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

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

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

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

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

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

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

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