#CD4B44

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

Shades of Sunset #CD4B44

Tints of Sunset #CD4B44

Color information

#CD4B44 (or 0xCD4B44) is unknown color: approx Sunset. HEX triplet: CD, 4B and 44. RGB value is (205,75,68). Sum of RGB (Red+Green+Blue) = 205+75+68=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4B44 is #32B4BB. Grayscale: #717171. Windows color (decimal): -3323068 or 4475853. OLE color: 4475853.

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

Color convert

RGB2057568-
CMYK00.630.670.20
HSL3.07º57.81%53.53%-
HSV(B)3.07º66.83%80.39%-
XYZ28.7418.437.51-
YUV113.07102.57193.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.91%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 68 (26.95% from 255) = 19.54%
R=58.91%
G=21.55%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205756800.630.670.203.0757.8153.53
HexCD4B4403F431433a36
Octal3151131040771032437266
Binary1100110110010111000100011111110000111010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B44; }

 p { color: rgb(205,75,68); }

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

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

 a { background-color: rgb(205,75,68); }

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

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

 span { border-color: rgb(205,75,68); }

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