#CB4E48

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

Shades of Sunset #CB4E48

Tints of Sunset #CB4E48

Color information

#CB4E48 (or 0xCB4E48) is unknown color: approx Sunset. HEX triplet: CB, 4E and 48. RGB value is (203,78,72). Sum of RGB (Red+Green+Blue) = 203+78+72=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4E48 is #34B1B7. Grayscale: #727272. Windows color (decimal): -3453368 or 4738763. OLE color: 4738763.

HSL color Cylindrical-coordinate representation of color #CB4E48: hue angle of 2.75º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4E48 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2037872-
CMYK00.620.650.20
HSL2.75º55.74%53.92%-
HSV(B)2.75º64.53%79.61%-
XYZ28.5218.618.22-
YUV114.69103.91190.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=57.51%
G=22.10%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203787200.620.650.202.7555.7453.92
HexCB4E4803E411433836
Octal3131161100761012437066
Binary1100101110011101001000011111010000011010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E48; }

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

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

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

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

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

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

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

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