Html Css Color HEX #C7684F Red Damask

📋 copy color: '#C7684F'

red 199 ◦ green 104 ◦ blue 79

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

Shades of Red Damask #C7684F

Tints of Red Damask #C7684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 52.09%
G = 27.23%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7684F (or 0xC7684F) is known color: Red Damask. HEX triplet: C7, 68 and 4F. RGB value is (199,104,79). Sum of RGB (Red+Green+Blue) = 199+104+79=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7684F is #3897B0. Grayscale: #818181. Windows color (decimal): -3708849 or 5204167. OLE color: 5204167.

HSL color Cylindrical-coordinate representation of color #C7684F: hue angle of 12.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7684F is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 104 79 -
CMYK 0 0.48 0.60 0.22
HSL 12.5º 0.52% 0.55% -
HSV(B) 12.5º 0.6% 0.78% -
XYZ 29.91 22.61 10.18 -
YUV 129.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 199 104 79 0 0.48 0.60 0.22 12.5 0.52 0.55
Hex C7 68 4F 0 30 3C 16 C 34 37
Octal 307 150 117 0 60 74 26 14 64 67
Binary 11000111 1101000 1001111 0 110000 111100 10110 1100 110100 110111

Color Harmonies of #C7684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7684F

Black with #C7684F

Text Example


Text Example

White with #C7684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7684F; }

 p { color: rgb(199,104,79); }

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

background-color css

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

 a { background-color: rgb(199,104,79); }

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

border-color css

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

 span { border-color: rgb(199,104,79); }

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