#CB4840

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

Shades of Sunset #CB4840

Tints of Sunset #CB4840

Color information

#CB4840 (or 0xCB4840) is unknown color: approx Sunset. HEX triplet: CB, 48 and 40. RGB value is (203,72,64). Sum of RGB (Red+Green+Blue) = 203+72+64=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4840 is #34B7BF. Grayscale: #6E6E6E. Windows color (decimal): -3454912 or 4212939. OLE color: 4212939.

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

Color convert

RGB2037264-
CMYK00.650.680.20
HSL3.45º57.2%52.35%-
HSV(B)3.45º68.47%79.61%-
XYZ27.8717.76.8-
YUV110.26101.9194.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.88%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=59.88%
G=21.24%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203726400.650.680.203.4557.252.35
HexCB4840041441433934
Octal31311010001011042437164
Binary11001011100100010000000100000110001001010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4840; }

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

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

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

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

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

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

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

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