#cd4947

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

Shades of Sunset #CD4947

Tints of Sunset #CD4947

Color information

#CD4947 (or 0xCD4947) is unknown color: approx Sunset. HEX triplet: CD, 49 and 47. RGB value is (205,73,71). Sum of RGB (Red+Green+Blue) = 205+73+71=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4947 is #32B6B8. Grayscale: #707070. Windows color (decimal): -3323577 or 4671949. OLE color: 4671949.

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

Color convert

RGB2057371-
CMYK00.640.650.20
HSL0.9º57.26%54.12%-
HSV(B)0.9º65.37%80.39%-
XYZ28.718.27.96-
YUV112.24104.73194.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.74%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=58.74%
G=20.92%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205737100.640.650.200.957.2654.12
HexCD4947040411413936
Octal31511110701001012417166
Binary1100110110010011000111010000001000001101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4947; }

 p { color: rgb(205,73,71); }

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

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

 a { background-color: rgb(205,73,71); }

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

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

 span { border-color: rgb(205,73,71); }

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