#C67747

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

Shades of Red Damask #C67747

Tints of Red Damask #C67747

Color information

#C67747 (or 0xC67747) is unknown color: approx Red Damask. HEX triplet: C6, 77 and 47. RGB value is (198,119,71). Sum of RGB (Red+Green+Blue) = 198+119+71=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C67747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67747 is #3988B8. Grayscale: #898989. Windows color (decimal): -3770553 or 4683718. OLE color: 4683718.

HSL color Cylindrical-coordinate representation of color #C67747: hue angle of 22.68º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67747 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19811971-
CMYK00.400.640.22
HSL22.68º52.7%52.75%-
HSV(B)22.68º64.14%77.65%-
XYZ31.0225.659.28-
YUV137.1590.67171.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=51.03%
G=30.67%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981197100.400.640.2222.6852.752.75
HexC677470284016173535
Octal30616710705010026276565
Binary1100011011101111000111010100010000001011010111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67747; }

 p { color: rgb(198,119,71); }

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

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

 a { background-color: rgb(198,119,71); }

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

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

 span { border-color: rgb(198,119,71); }

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