Html Css Color HEX #C7674A Red Damask

📋 copy color: '#C7674A'

red 199 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #C7674A

Tints of Red Damask #C7674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 52.93%
G = 27.39%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7674A (or 0xC7674A) is known color: Red Damask. HEX triplet: C7, 67 and 4A. RGB value is (199,103,74). Sum of RGB (Red+Green+Blue) = 199+103+74=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7674A is #3898B5. Grayscale: #808080. Windows color (decimal): -3709110 or 4876231. OLE color: 4876231.

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

Color convert

RGB 199 103 74 -
CMYK 0 0.48 0.63 0.22
HSL 13.92º 0.53% 0.54% -
HSV(B) 13.92º 0.63% 0.78% -
XYZ 29.64 22.34 9.23 -
YUV 128.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 199 103 74 0 0.48 0.63 0.22 13.92 0.53 0.54
Hex C7 67 4A 0 30 3F 16 E 35 36
Octal 307 147 112 0 60 77 26 16 65 66
Binary 11000111 1100111 1001010 0 110000 111111 10110 1110 110101 110110

Color Harmonies of #C7674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7674A

Black with #C7674A

Text Example


Text Example

White with #C7674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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