Html Css Color HEX #C96F3F Zest

📋 copy color: '#C96F3F'

red 201 ◦ green 111 ◦ blue 63

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

Shades of Zest #C96F3F

Tints of Zest #C96F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

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

R = 53.6%
G = 29.6%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C96F3F (or 0xC96F3F) is known color: Zest. HEX triplet: C9, 6F and 3F. RGB value is (201,111,63). Sum of RGB (Red+Green+Blue) = 201+111+63=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F3F is #3690C0. Grayscale: #848484. Windows color (decimal): -3576001 or 4157385. OLE color: 4157385.

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

Color convert

RGB 201 111 63 -
CMYK 0 0.45 0.69 0.21
HSL 20.87º 0.56% 0.52% -
HSV(B) 20.87º 0.69% 0.79% -
XYZ 30.67 24.15 7.75 -
YUV 132.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 201 111 63 0 0.45 0.69 0.21 20.87 0.56 0.52
Hex C9 6F 3F 0 2D 45 15 15 38 34
Octal 311 157 77 0 55 105 25 25 70 64
Binary 11001001 1101111 111111 0 101101 1000101 10101 10101 111000 110100

Color Harmonies of #C96F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F3F

Black with #C96F3F

Text Example


Text Example

White with #C96F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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