Html Css Color HEX #C96C4D Red Damask

📋 copy color: '#C96C4D'

red 201 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #C96C4D

Tints of Red Damask #C96C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 52.07%
G = 27.98%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C96C4D (or 0xC96C4D) is known color: Red Damask. HEX triplet: C9, 6C and 4D. RGB value is (201,108,77). Sum of RGB (Red+Green+Blue) = 201+108+77=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C4D is #3693B2. Grayscale: #848484. Windows color (decimal): -3576755 or 5074121. OLE color: 5074121.

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

Color convert

RGB 201 108 77 -
CMYK 0 0.46 0.62 0.21
HSL 15º 0.53% 0.55% -
HSV(B) 15º 0.62% 0.79% -
XYZ 30.79 23.68 9.97 -
YUV 132.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 201 108 77 0 0.46 0.62 0.21 15 0.53 0.55
Hex C9 6C 4D 0 2E 3E 15 F 35 37
Octal 311 154 115 0 56 76 25 17 65 67
Binary 11001001 1101100 1001101 0 101110 111110 10101 1111 110101 110111

Color Harmonies of #C96C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C4D

Black with #C96C4D

Text Example


Text Example

White with #C96C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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