#C6674C

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

Shades of Red Damask #C6674C

Tints of Red Damask #C6674C

Color information

#C6674C (or 0xC6674C) is unknown color: approx Red Damask. HEX triplet: C6, 67 and 4C. RGB value is (198,103,76). Sum of RGB (Red+Green+Blue) = 198+103+76=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6674C is #3998B3. Grayscale: #808080. Windows color (decimal): -3774644 or 5007302. OLE color: 5007302.

HSL color Cylindrical-coordinate representation of color #C6674C: hue angle of 13.28º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6674C is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19810376-
CMYK00.480.620.22
HSL13.28º51.69%53.73%-
HSV(B)13.28º61.62%77.65%-
XYZ29.4422.239.58-
YUV128.3398.47177.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=52.52%
G=27.32%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981037600.480.620.2213.2851.6953.73
HexC6674C0303E16d3436
Octal3061471140607626156466
Binary11000110110011110011000110000111110101101101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6674C; }

 p { color: rgb(198,103,76); }

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

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

 a { background-color: rgb(198,103,76); }

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

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

 span { border-color: rgb(198,103,76); }

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