Html Css Color HEX #C36F3F Zest

📋 copy color: '#C36F3F'

red 195 ◦ green 111 ◦ blue 63

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

Shades of Zest #C36F3F

Tints of Zest #C36F3F

RGB

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

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

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

R = 52.85%
G = 30.08%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C36F3F (or 0xC36F3F) is known color: Zest. HEX triplet: C3, 6F and 3F. RGB value is (195,111,63). Sum of RGB (Red+Green+Blue) = 195+111+63=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F3F is #3C90C0. Grayscale: #828282. Windows color (decimal): -3969217 or 4157379. OLE color: 4157379.

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

Color convert

RGB 195 111 63 -
CMYK 0 0.43 0.68 0.24
HSL 21.82º 0.52% 0.51% -
HSV(B) 21.82º 0.68% 0.76% -
XYZ 29.09 23.33 7.67 -
YUV 130.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 195 111 63 0 0.43 0.68 0.24 21.82 0.52 0.51
Hex C3 6F 3F 0 2B 44 18 16 34 33
Octal 303 157 77 0 53 104 30 26 64 63
Binary 11000011 1101111 111111 0 101011 1000100 11000 10110 110100 110011

Color Harmonies of #C36F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F3F

Black with #C36F3F

Text Example


Text Example

White with #C36F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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