Html Css Color HEX #C7694A Red Damask

📋 copy color: '#C7694A'

red 199 ◦ green 105 ◦ blue 74

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

Shades of Red Damask #C7694A

Tints of Red Damask #C7694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 52.65%
G = 27.78%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7694A (or 0xC7694A) is known color: Red Damask. HEX triplet: C7, 69 and 4A. RGB value is (199,105,74). Sum of RGB (Red+Green+Blue) = 199+105+74=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7694A is #3896B5. Grayscale: #818181. Windows color (decimal): -3708598 or 4876743. OLE color: 4876743.

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

Color convert

RGB 199 105 74 -
CMYK 0 0.47 0.63 0.22
HSL 14.88º 0.53% 0.54% -
HSV(B) 14.88º 0.63% 0.78% -
XYZ 29.84 22.74 9.29 -
YUV 129.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 199 105 74 0 0.47 0.63 0.22 14.88 0.53 0.54
Hex C7 69 4A 0 2F 3F 16 F 35 36
Octal 307 151 112 0 57 77 26 17 65 66
Binary 11000111 1101001 1001010 0 101111 111111 10110 1111 110101 110110

Color Harmonies of #C7694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7694A

Black with #C7694A

Text Example


Text Example

White with #C7694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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