Html Css Color HEX #C96D3F Zest

📋 copy color: '#C96D3F'

red 201 ◦ green 109 ◦ blue 63

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

Shades of Zest #C96D3F

Tints of Zest #C96D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 53.89%
G = 29.22%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C96D3F (or 0xC96D3F) is known color: Zest. HEX triplet: C9, 6D and 3F. RGB value is (201,109,63). Sum of RGB (Red+Green+Blue) = 201+109+63=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D3F is #3692C0. Grayscale: #838383. Windows color (decimal): -3576513 or 4156873. OLE color: 4156873.

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

Color convert

RGB 201 109 63 -
CMYK 0 0.46 0.69 0.21
HSL 20º 0.56% 0.52% -
HSV(B) 20º 0.69% 0.79% -
XYZ 30.45 23.71 7.67 -
YUV 131.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 201 109 63 0 0.46 0.69 0.21 20 0.56 0.52
Hex C9 6D 3F 0 2E 45 15 14 38 34
Octal 311 155 77 0 56 105 25 24 70 64
Binary 11001001 1101101 111111 0 101110 1000101 10101 10100 111000 110100

Color Harmonies of #C96D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D3F

Black with #C96D3F

Text Example


Text Example

White with #C96D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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