Html Css Color HEX #C96C3D Zest

📋 copy color: '#C96C3D'

red 201 ◦ green 108 ◦ blue 61

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

Shades of Zest #C96C3D

Tints of Zest #C96C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 61 (24.22% from 255) = 16.49%

R = 54.32%
G = 29.19%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C96C3D (or 0xC96C3D) is known color: Zest. HEX triplet: C9, 6C and 3D. RGB value is (201,108,61). Sum of RGB (Red+Green+Blue) = 201+108+61=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C3D is #3693C2. Grayscale: #828282. Windows color (decimal): -3576771 or 4025545. OLE color: 4025545.

HSL color Cylindrical-coordinate representation of color #C96C3D: hue angle of 20.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C96C3D is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 61 -
CMYK 0 0.46 0.70 0.21
HSL 20.14º 0.56% 0.51% -
HSV(B) 20.14º 0.7% 0.79% -
XYZ 30.29 23.48 7.35 -
YUV 130.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 201 108 61 0 0.46 0.70 0.21 20.14 0.56 0.51
Hex C9 6C 3D 0 2E 46 15 14 38 33
Octal 311 154 75 0 56 106 25 24 70 63
Binary 11001001 1101100 111101 0 101110 1000110 10101 10100 111000 110011

Color Harmonies of #C96C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C3D

Black with #C96C3D

Text Example


Text Example

White with #C96C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C3D; }

 p { color: rgb(201,108,61); }

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

background-color css

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

 a { background-color: rgb(201,108,61); }

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

border-color css

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

 span { border-color: rgb(201,108,61); }

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