Html Css Color HEX #C9664C Red Damask

📋 copy color: '#C9664C'

red 201 ◦ green 102 ◦ blue 76

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

Shades of Red Damask #C9664C

Tints of Red Damask #C9664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

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

R = 53.03%
G = 26.91%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9664C (or 0xC9664C) is known color: Red Damask. HEX triplet: C9, 66 and 4C. RGB value is (201,102,76). Sum of RGB (Red+Green+Blue) = 201+102+76=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9664C is #3699B3. Grayscale: #808080. Windows color (decimal): -3578292 or 5007049. OLE color: 5007049.

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

Color convert

RGB 201 102 76 -
CMYK 0 0.49 0.62 0.21
HSL 12.48º 0.54% 0.54% -
HSV(B) 12.48º 0.62% 0.79% -
XYZ 30.14 22.44 9.58 -
YUV 128.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 201 102 76 0 0.49 0.62 0.21 12.48 0.54 0.54
Hex C9 66 4C 0 31 3E 15 C 36 36
Octal 311 146 114 0 61 76 25 14 66 66
Binary 11001001 1100110 1001100 0 110001 111110 10101 1100 110110 110110

Color Harmonies of #C9664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9664C

Black with #C9664C

Text Example


Text Example

White with #C9664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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