#CB4E4B

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

Shades of Sunset #CB4E4B

Tints of Sunset #CB4E4B

Color information

#CB4E4B (or 0xCB4E4B) is unknown color: approx Sunset. HEX triplet: CB, 4E and 4B. RGB value is (203,78,75). Sum of RGB (Red+Green+Blue) = 203+78+75=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4E4B is #34B1B4. Grayscale: #737373. Windows color (decimal): -3453365 or 4935371. OLE color: 4935371.

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

Color convert

RGB2037875-
CMYK00.620.630.20
HSL1.41º55.17%54.51%-
HSV(B)1.41º63.05%79.61%-
XYZ28.6218.658.75-
YUV115.03105.41190.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.02%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=57.02%
G=21.91%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203787500.620.630.201.4155.1754.51
HexCB4E4B03E3F1413737
Octal313116113076772416767
Binary11001011100111010010110111110111111101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E4B; }

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

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

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

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

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

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

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

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