#C7674D

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

Shades of Red Damask #C7674D

Tints of Red Damask #C7674D

Color information

#C7674D (or 0xC7674D) is unknown color: approx Red Damask. HEX triplet: C7, 67 and 4D. RGB value is (199,103,77). Sum of RGB (Red+Green+Blue) = 199+103+77=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7674D is #3898B2. Grayscale: #808080. Windows color (decimal): -3709107 or 5072839. OLE color: 5072839.

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

Color convert

RGB19910377-
CMYK00.480.610.22
HSL12.79º52.14%54.12%-
HSV(B)12.79º61.31%78.04%-
XYZ29.7422.389.77-
YUV128.7498.8178.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.51%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=52.51%
G=27.18%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991037700.480.610.2212.7952.1454.12
HexC7674D0303D16d3436
Octal3071471150607526156466
Binary11000111110011110011010110000111101101101101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7674D; }

 p { color: rgb(199,103,77); }

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

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

 a { background-color: rgb(199,103,77); }

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

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

 span { border-color: rgb(199,103,77); }

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