Html Css Color HEX #C96648 Red Damask

📋 copy color: '#C96648'

red 201 ◦ green 102 ◦ blue 72

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

Shades of Red Damask #C96648

Tints of Red Damask #C96648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 53.6%
G = 27.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96648 (or 0xC96648) is known color: Red Damask. HEX triplet: C9, 66 and 48. RGB value is (201,102,72). Sum of RGB (Red+Green+Blue) = 201+102+72=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96648 is #3699B7. Grayscale: #808080. Windows color (decimal): -3578296 or 4744905. OLE color: 4744905.

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

Color convert

RGB 201 102 72 -
CMYK 0 0.49 0.64 0.21
HSL 13.95º 0.54% 0.54% -
HSV(B) 13.95º 0.64% 0.79% -
XYZ 30.01 22.39 8.87 -
YUV 128.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 201 102 72 0 0.49 0.64 0.21 13.95 0.54 0.54
Hex C9 66 48 0 31 40 15 E 36 36
Octal 311 146 110 0 61 100 25 16 66 66
Binary 11001001 1100110 1001000 0 110001 1000000 10101 1110 110110 110110

Color Harmonies of #C96648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96648

Black with #C96648

Text Example


Text Example

White with #C96648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96648; }

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

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

background-color css

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

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

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

border-color css

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

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

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