#CB4E4D

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

Shades of Sunset #CB4E4D

Tints of Sunset #CB4E4D

Color information

#CB4E4D (or 0xCB4E4D) is unknown color: approx Sunset. HEX triplet: CB, 4E and 4D. RGB value is (203,78,77). Sum of RGB (Red+Green+Blue) = 203+78+77=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E4D is #34B1B2. Grayscale: #737373. Windows color (decimal): -3453363 or 5066443. OLE color: 5066443.

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

Color convert

RGB2037877-
CMYK00.620.620.20
HSL0.48º54.78%54.9%-
HSV(B)0.48º62.07%79.61%-
XYZ28.6918.689.11-
YUV115.26106.41190.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=56.70%
G=21.79%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203787700.620.620.200.4854.7854.9
HexCB4E4D03E3E1403737
Octal313116115076762406767
Binary11001011100111010011010111110111110101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E4D; }

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

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

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

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

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

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

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

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