Html Css Color HEX #C36F32 Zest

📋 copy color: '#C36F32'

red 195 ◦ green 111 ◦ blue 50

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

Shades of Zest #C36F32

Tints of Zest #C36F32

RGB

 RED value IS 195 (76.56% from 255) = 54.78%

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

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 54.78%
G = 31.18%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C36F32 (or 0xC36F32) is known color: Zest. HEX triplet: C3, 6F and 32. RGB value is (195,111,50). Sum of RGB (Red+Green+Blue) = 195+111+50=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F32 is #3C90CD. Grayscale: #818181. Windows color (decimal): -3969230 or 3305411. OLE color: 3305411.

HSL color Cylindrical-coordinate representation of color #C36F32: hue angle of 25.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C36F32 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 111 50 -
CMYK 0 0.43 0.74 0.24
HSL 25.24º 0.59% 0.48% -
HSV(B) 25.24º 0.74% 0.76% -
XYZ 28.77 23.2 5.98 -
YUV 129.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 195 111 50 0 0.43 0.74 0.24 25.24 0.59 0.48
Hex C3 6F 32 0 2B 4A 18 19 3B 30
Octal 303 157 62 0 53 112 30 31 73 60
Binary 11000011 1101111 110010 0 101011 1001010 11000 11001 111011 110000

Color Harmonies of #C36F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F32

Black with #C36F32

Text Example


Text Example

White with #C36F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F32; }

 p { color: rgb(195,111,50); }

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

background-color css

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

 a { background-color: rgb(195,111,50); }

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

border-color css

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

 span { border-color: rgb(195,111,50); }

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