#CB4C47

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

Shades of Sunset #CB4C47

Tints of Sunset #CB4C47

Color information

#CB4C47 (or 0xCB4C47) is unknown color: approx Sunset. HEX triplet: CB, 4C and 47. RGB value is (203,76,71). Sum of RGB (Red+Green+Blue) = 203+76+71=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4C47 is #34B3B8. Grayscale: #717171. Windows color (decimal): -3453881 or 4672715. OLE color: 4672715.

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

Color convert

RGB2037671-
CMYK00.630.650.20
HSL2.27º55.93%53.73%-
HSV(B)2.27º65.02%79.61%-
XYZ28.3518.328-
YUV113.4104.08191.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=58%
G=21.71%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203767100.630.650.202.2755.9353.73
HexCB4C4703F411423836
Octal3131141070771012427066
Binary1100101110011001000111011111110000011010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C47; }

 p { color: rgb(203,76,71); }

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

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

 a { background-color: rgb(203,76,71); }

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

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

 span { border-color: rgb(203,76,71); }

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