Html Css Color HEX #C96A3F Ecstasy

📋 copy color: '#C96A3F'

red 201 ◦ green 106 ◦ blue 63

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

Shades of Ecstasy #C96A3F

Tints of Ecstasy #C96A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.03%

R = 54.32%
G = 28.65%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C96A3F (or 0xC96A3F) is known color: Ecstasy. HEX triplet: C9, 6A and 3F. RGB value is (201,106,63). Sum of RGB (Red+Green+Blue) = 201+106+63=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A3F is #3695C0. Grayscale: #818181. Windows color (decimal): -3577281 or 4156105. OLE color: 4156105.

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

Color convert

RGB 201 106 63 -
CMYK 0 0.47 0.69 0.21
HSL 18.7º 0.56% 0.52% -
HSV(B) 18.7º 0.69% 0.79% -
XYZ 30.14 23.08 7.57 -
YUV 129.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 201 106 63 0 0.47 0.69 0.21 18.7 0.56 0.52
Hex C9 6A 3F 0 2F 45 15 13 38 34
Octal 311 152 77 0 57 105 25 23 70 64
Binary 11001001 1101010 111111 0 101111 1000101 10101 10011 111000 110100

Color Harmonies of #C96A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A3F

Black with #C96A3F

Text Example


Text Example

White with #C96A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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