Html Css Color HEX #C7674C Red Damask

📋 copy color: '#C7674C'

red 199 ◦ green 103 ◦ blue 76

#C7674C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C7674C

Tints of Red Damask #C7674C

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 52.65%
G = 27.25%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7674C (or 0xC7674C) is known color: Red Damask. HEX triplet: C7, 67 and 4C. RGB value is (199,103,76). Sum of RGB (Red+Green+Blue) = 199+103+76=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7674C is #3898B3. Grayscale: #808080. Windows color (decimal): -3709108 or 5007303. OLE color: 5007303.

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

Color convert

RGB 199 103 76 -
CMYK 0 0.48 0.62 0.22
HSL 13.17º 0.52% 0.54% -
HSV(B) 13.17º 0.62% 0.78% -
XYZ 29.71 22.36 9.59 -
YUV 128.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 199 103 76 0 0.48 0.62 0.22 13.17 0.52 0.54
Hex C7 67 4C 0 30 3E 16 D 34 36
Octal 307 147 114 0 60 76 26 15 64 66
Binary 11000111 1100111 1001100 0 110000 111110 10110 1101 110100 110110

Color Harmonies of #C7674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7674C

Black with #C7674C

Text Example


Text Example

White with #C7674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7674C; }

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

 H1.HeaderClassName
 {
   color: #C7674C;
 }
 .AnyTagClassName
 {
   color: #C7674C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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