Html Css Color HEX #C36B3C Zest

📋 copy color: '#C36B3C'

red 195 ◦ green 107 ◦ blue 60

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

Shades of Zest #C36B3C

Tints of Zest #C36B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 53.87%
G = 29.56%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C36B3C (or 0xC36B3C) is known color: Zest. HEX triplet: C3, 6B and 3C. RGB value is (195,107,60). Sum of RGB (Red+Green+Blue) = 195+107+60=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B3C is #3C94C3. Grayscale: #808080. Windows color (decimal): -3970244 or 3959747. OLE color: 3959747.

HSL color Cylindrical-coordinate representation of color #C36B3C: hue angle of 20.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C36B3C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 107 60 -
CMYK 0 0.45 0.69 0.24
HSL 20.89º 0.53% 0.5% -
HSV(B) 20.89º 0.69% 0.76% -
XYZ 28.58 22.44 7.1 -
YUV 127.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 195 107 60 0 0.45 0.69 0.24 20.89 0.53 0.5
Hex C3 6B 3C 0 2D 45 18 15 35 32
Octal 303 153 74 0 55 105 30 25 65 62
Binary 11000011 1101011 111100 0 101101 1000101 11000 10101 110101 110010

Color Harmonies of #C36B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B3C

Black with #C36B3C

Text Example


Text Example

White with #C36B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B3C; }

 p { color: rgb(195,107,60); }

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

background-color css

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

 a { background-color: rgb(195,107,60); }

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

border-color css

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

 span { border-color: rgb(195,107,60); }

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