#CC7151

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

Shades of Red Damask #CC7151

Tints of Red Damask #CC7151

Color information

#CC7151 (or 0xCC7151) is unknown color: approx Red Damask. HEX triplet: CC, 71 and 51. RGB value is (204,113,81). Sum of RGB (Red+Green+Blue) = 204+113+81=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7151 is #338EAE. Grayscale: #888888. Windows color (decimal): -3378863 or 5337548. OLE color: 5337548.

HSL color Cylindrical-coordinate representation of color #CC7151: hue angle of 15.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC7151 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20411381-
CMYK00.450.600.2
HSL15.61º54.67%55.88%-
HSV(B)15.61º60.29%80%-
XYZ32.2925.2410.95-
YUV136.5696.65176.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=51.26%
G=28.39%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041138100.450.600.215.6154.6755.88
HexCC715102D3C14103738
Octal3141611210557424206770
Binary110011001110001101000101011011111001010010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7151; }

 p { color: rgb(204,113,81); }

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

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

 a { background-color: rgb(204,113,81); }

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

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

 span { border-color: rgb(204,113,81); }

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