Html Css Color HEX #C9684C Red Damask

📋 copy color: '#C9684C'

red 201 ◦ green 104 ◦ blue 76

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

Shades of Red Damask #C9684C

Tints of Red Damask #C9684C

RGB

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

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

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

R = 52.76%
G = 27.3%
B = 19.95%

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

#C9684C (or 0xC9684C) is known color: Red Damask. HEX triplet: C9, 68 and 4C. RGB value is (201,104,76). Sum of RGB (Red+Green+Blue) = 201+104+76=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9684C is #3697B3. Grayscale: #828282. Windows color (decimal): -3577780 or 5007561. OLE color: 5007561.

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

Color convert

RGB 201 104 76 -
CMYK 0 0.48 0.62 0.21
HSL 13.44º 0.54% 0.54% -
HSV(B) 13.44º 0.62% 0.79% -
XYZ 30.34 22.84 9.65 -
YUV 129.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 201 104 76 0 0.48 0.62 0.21 13.44 0.54 0.54
Hex C9 68 4C 0 30 3E 15 D 36 36
Octal 311 150 114 0 60 76 25 15 66 66
Binary 11001001 1101000 1001100 0 110000 111110 10101 1101 110110 110110

Color Harmonies of #C9684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9684C

Black with #C9684C

Text Example


Text Example

White with #C9684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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