Html Css Color HEX #C7694E Red Damask

📋 copy color: '#C7694E'

red 199 ◦ green 105 ◦ blue 78

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

Shades of Red Damask #C7694E

Tints of Red Damask #C7694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 52.09%
G = 27.49%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7694E (or 0xC7694E) is known color: Red Damask. HEX triplet: C7, 69 and 4E. RGB value is (199,105,78). Sum of RGB (Red+Green+Blue) = 199+105+78=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7694E is #3896B1. Grayscale: #828282. Windows color (decimal): -3708594 or 5138887. OLE color: 5138887.

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

Color convert

RGB 199 105 78 -
CMYK 0 0.47 0.61 0.22
HSL 13.39º 0.52% 0.54% -
HSV(B) 13.39º 0.61% 0.78% -
XYZ 29.98 22.8 10.03 -
YUV 130.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 199 105 78 0 0.47 0.61 0.22 13.39 0.52 0.54
Hex C7 69 4E 0 2F 3D 16 D 34 36
Octal 307 151 116 0 57 75 26 15 64 66
Binary 11000111 1101001 1001110 0 101111 111101 10110 1101 110100 110110

Color Harmonies of #C7694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7694E

Black with #C7694E

Text Example


Text Example

White with #C7694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7694E; }

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

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

background-color css

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

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

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

border-color css

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

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

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