Html Css Color HEX #C7694C Red Damask

📋 copy color: '#C7694C'

red 199 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #C7694C

Tints of Red Damask #C7694C

RGB

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

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

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

R = 52.37%
G = 27.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7694C (or 0xC7694C) is known color: Red Damask. HEX triplet: C7, 69 and 4C. RGB value is (199,105,76). Sum of RGB (Red+Green+Blue) = 199+105+76=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7694C is #3896B3. Grayscale: #828282. Windows color (decimal): -3708596 or 5007815. OLE color: 5007815.

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

Color convert

RGB 199 105 76 -
CMYK 0 0.47 0.62 0.22
HSL 14.15º 0.52% 0.54% -
HSV(B) 14.15º 0.62% 0.78% -
XYZ 29.91 22.77 9.66 -
YUV 129.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 199 105 76 0 0.47 0.62 0.22 14.15 0.52 0.54
Hex C7 69 4C 0 2F 3E 16 E 34 36
Octal 307 151 114 0 57 76 26 16 64 66
Binary 11000111 1101001 1001100 0 101111 111110 10110 1110 110100 110110

Color Harmonies of #C7694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7694C

Black with #C7694C

Text Example


Text Example

White with #C7694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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