Html Css Color HEX #C8694D Red Damask

📋 copy color: '#C8694D'

red 200 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #C8694D

Tints of Red Damask #C8694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 52.36%
G = 27.49%
B = 20.16%

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

#C8694D (or 0xC8694D) is known color: Red Damask. HEX triplet: C8, 69 and 4D. RGB value is (200,105,77). Sum of RGB (Red+Green+Blue) = 200+105+77=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8694D is #3796B2. Grayscale: #828282. Windows color (decimal): -3643059 or 5073352. OLE color: 5073352.

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

Color convert

RGB 200 105 77 -
CMYK 0 0.48 0.62 0.22
HSL 13.66º 0.53% 0.54% -
HSV(B) 13.66º 0.62% 0.78% -
XYZ 30.21 22.92 9.85 -
YUV 130.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 200 105 77 0 0.48 0.62 0.22 13.66 0.53 0.54
Hex C8 69 4D 0 30 3E 16 E 35 36
Octal 310 151 115 0 60 76 26 16 65 66
Binary 11001000 1101001 1001101 0 110000 111110 10110 1110 110101 110110

Color Harmonies of #C8694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8694D

Black with #C8694D

Text Example


Text Example

White with #C8694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8694D; }

 p { color: rgb(200,105,77); }

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

background-color css

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

 a { background-color: rgb(200,105,77); }

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

border-color css

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

 span { border-color: rgb(200,105,77); }

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