Html Css Color HEX #C96A4F Red Damask

📋 copy color: '#C96A4F'

red 201 ◦ green 106 ◦ blue 79

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

Shades of Red Damask #C96A4F

Tints of Red Damask #C96A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 52.07%
G = 27.46%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C96A4F (or 0xC96A4F) is known color: Red Damask. HEX triplet: C9, 6A and 4F. RGB value is (201,106,79). Sum of RGB (Red+Green+Blue) = 201+106+79=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A4F is #3695B0. Grayscale: #838383. Windows color (decimal): -3577265 or 5204681. OLE color: 5204681.

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

Color convert

RGB 201 106 79 -
CMYK 0 0.47 0.61 0.21
HSL 13.28º 0.53% 0.55% -
HSV(B) 13.28º 0.61% 0.79% -
XYZ 30.65 23.29 10.28 -
YUV 131.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 201 106 79 0 0.47 0.61 0.21 13.28 0.53 0.55
Hex C9 6A 4F 0 2F 3D 15 D 35 37
Octal 311 152 117 0 57 75 25 15 65 67
Binary 11001001 1101010 1001111 0 101111 111101 10101 1101 110101 110111

Color Harmonies of #C96A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A4F

Black with #C96A4F

Text Example


Text Example

White with #C96A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A4F; }

 p { color: rgb(201,106,79); }

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

background-color css

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

 a { background-color: rgb(201,106,79); }

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

border-color css

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

 span { border-color: rgb(201,106,79); }

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