Html Css Color HEX #C9684A Red Damask

📋 copy color: '#C9684A'

red 201 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #C9684A

Tints of Red Damask #C9684A

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

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

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

R = 53.03%
G = 27.44%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9684A (or 0xC9684A) is known color: Red Damask. HEX triplet: C9, 68 and 4A. RGB value is (201,104,74). Sum of RGB (Red+Green+Blue) = 201+104+74=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9684A is #3697B5. Grayscale: #818181. Windows color (decimal): -3577782 or 4876489. OLE color: 4876489.

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

Color convert

RGB 201 104 74 -
CMYK 0 0.48 0.63 0.21
HSL 14.17º 0.54% 0.54% -
HSV(B) 14.17º 0.63% 0.79% -
XYZ 30.27 22.81 9.29 -
YUV 129.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 201 104 74 0 0.48 0.63 0.21 14.17 0.54 0.54
Hex C9 68 4A 0 30 3F 15 E 36 36
Octal 311 150 112 0 60 77 25 16 66 66
Binary 11001001 1101000 1001010 0 110000 111111 10101 1110 110110 110110

Color Harmonies of #C9684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9684A

Black with #C9684A

Text Example


Text Example

White with #C9684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9684A; }

 p { color: rgb(201,104,74); }

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

background-color css

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

 a { background-color: rgb(201,104,74); }

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

border-color css

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

 span { border-color: rgb(201,104,74); }

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