#C67152

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

Shades of Red Damask #C67152

Tints of Red Damask #C67152

Color information

#C67152 (or 0xC67152) is unknown color: approx Red Damask. HEX triplet: C6, 71 and 52. RGB value is (198,113,82). Sum of RGB (Red+Green+Blue) = 198+113+82=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67152 is #398EAD. Grayscale: #878787. Windows color (decimal): -3772078 or 5403078. OLE color: 5403078.

HSL color Cylindrical-coordinate representation of color #C67152: hue angle of 16.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C67152 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19811382-
CMYK00.430.590.22
HSL16.03º50.43%54.9%-
HSV(B)16.03º58.59%77.65%-
XYZ30.7224.4311.08-
YUV134.8898.16173.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=50.38%
G=28.75%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981138200.430.590.2216.0350.4354.9
HexC6715202B3B16103237
Octal3061611220537326206267
Binary110001101110001101001001010111110111011010000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67152; }

 p { color: rgb(198,113,82); }

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

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

 a { background-color: rgb(198,113,82); }

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

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

 span { border-color: rgb(198,113,82); }

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