#C67352

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

Shades of Red Damask #C67352

Tints of Red Damask #C67352

Color information

#C67352 (or 0xC67352) is unknown color: approx Red Damask. HEX triplet: C6, 73 and 52. RGB value is (198,115,82). Sum of RGB (Red+Green+Blue) = 198+115+82=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C67352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67352 is #398CAD. Grayscale: #888888. Windows color (decimal): -3771566 or 5403590. OLE color: 5403590.

HSL color Cylindrical-coordinate representation of color #C67352: hue angle of 17.07º 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 #C67352 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19811582-
CMYK00.420.590.22
HSL17.07º50.43%54.9%-
HSV(B)17.07º58.59%77.65%-
XYZ30.9424.8811.15-
YUV136.0697.5172.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=50.13%
G=29.11%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981158200.420.590.2217.0750.4354.9
HexC6735202A3B16113237
Octal3061631220527326216267
Binary110001101110011101001001010101110111011010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67352; }

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

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

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

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

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

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

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

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