Html Css Color HEX #C9684D Red Damask

📋 copy color: '#C9684D'

red 201 ◦ green 104 ◦ blue 77

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

Shades of Red Damask #C9684D

Tints of Red Damask #C9684D

RGB

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

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

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

R = 52.62%
G = 27.23%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9684D (or 0xC9684D) is known color: Red Damask. HEX triplet: C9, 68 and 4D. RGB value is (201,104,77). Sum of RGB (Red+Green+Blue) = 201+104+77=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9684D is #3697B2. Grayscale: #828282. Windows color (decimal): -3577779 or 5073097. OLE color: 5073097.

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

Color convert

RGB 201 104 77 -
CMYK 0 0.48 0.62 0.21
HSL 13.06º 0.53% 0.55% -
HSV(B) 13.06º 0.62% 0.79% -
XYZ 30.38 22.85 9.83 -
YUV 129.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 201 104 77 0 0.48 0.62 0.21 13.06 0.53 0.55
Hex C9 68 4D 0 30 3E 15 D 35 37
Octal 311 150 115 0 60 76 25 15 65 67
Binary 11001001 1101000 1001101 0 110000 111110 10101 1101 110101 110111

Color Harmonies of #C9684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9684D

Black with #C9684D

Text Example


Text Example

White with #C9684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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