Html Css Color HEX #C8684C Red Damask

📋 copy color: '#C8684C'

red 200 ◦ green 104 ◦ blue 76

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

Shades of Red Damask #C8684C

Tints of Red Damask #C8684C

RGB

 RED value IS 200 (78.52% from 255) = 52.63%

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

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

R = 52.63%
G = 27.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8684C (or 0xC8684C) is known color: Red Damask. HEX triplet: C8, 68 and 4C. RGB value is (200,104,76). Sum of RGB (Red+Green+Blue) = 200+104+76=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8684C is #3797B3. Grayscale: #818181. Windows color (decimal): -3643316 or 5007560. OLE color: 5007560.

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

Color convert

RGB 200 104 76 -
CMYK 0 0.48 0.62 0.22
HSL 13.55º 0.53% 0.54% -
HSV(B) 13.55º 0.62% 0.78% -
XYZ 30.07 22.7 9.63 -
YUV 129.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 200 104 76 0 0.48 0.62 0.22 13.55 0.53 0.54
Hex C8 68 4C 0 30 3E 16 E 35 36
Octal 310 150 114 0 60 76 26 16 65 66
Binary 11001000 1101000 1001100 0 110000 111110 10110 1110 110101 110110

Color Harmonies of #C8684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8684C

Black with #C8684C

Text Example


Text Example

White with #C8684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8684C; }

 p { color: rgb(200,104,76); }

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

background-color css

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

 a { background-color: rgb(200,104,76); }

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

border-color css

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

 span { border-color: rgb(200,104,76); }

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