Html Css Color HEX #C8694A Red Damask

📋 copy color: '#C8694A'

red 200 ◦ green 105 ◦ blue 74

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

Shades of Red Damask #C8694A

Tints of Red Damask #C8694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 52.77%
G = 27.7%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8694A (or 0xC8694A) is known color: Red Damask. HEX triplet: C8, 69 and 4A. RGB value is (200,105,74). Sum of RGB (Red+Green+Blue) = 200+105+74=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8694A is #3796B5. Grayscale: #828282. Windows color (decimal): -3643062 or 4876744. OLE color: 4876744.

HSL color Cylindrical-coordinate representation of color #C8694A: hue angle of 14.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8694A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 74 -
CMYK 0 0.48 0.63 0.22
HSL 14.76º 0.53% 0.54% -
HSV(B) 14.76º 0.63% 0.78% -
XYZ 30.11 22.88 9.31 -
YUV 129.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 200 105 74 0 0.48 0.63 0.22 14.76 0.53 0.54
Hex C8 69 4A 0 30 3F 16 F 35 36
Octal 310 151 112 0 60 77 26 17 65 66
Binary 11001000 1101001 1001010 0 110000 111111 10110 1111 110101 110110

Color Harmonies of #C8694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8694A

Black with #C8694A

Text Example


Text Example

White with #C8694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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