#CB4F4D

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

Shades of Sunset #CB4F4D

Tints of Sunset #CB4F4D

Color information

#CB4F4D (or 0xCB4F4D) is unknown color: approx Sunset. HEX triplet: CB, 4F and 4D. RGB value is (203,79,77). Sum of RGB (Red+Green+Blue) = 203+79+77=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4F4D is #34B0B2. Grayscale: #737373. Windows color (decimal): -3453107 or 5066699. OLE color: 5066699.

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

Color convert

RGB2037977-
CMYK00.610.620.20
HSL0.95º54.78%54.9%-
HSV(B)0.95º62.07%79.61%-
XYZ28.7618.829.14-
YUV115.85106.08190.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=56.55%
G=22.01%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203797700.610.620.200.9554.7854.9
HexCB4F4D03D3E1413737
Octal313117115075762416767
Binary11001011100111110011010111101111110101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4F4D; }

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

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

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

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

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

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

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

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