Html Css Color HEX #C37546 Zest

📋 copy color: '#C37546'

red 195 ◦ green 117 ◦ blue 70

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

Shades of Zest #C37546

Tints of Zest #C37546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 51.05%
G = 30.63%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C37546 (or 0xC37546) is known color: Zest. HEX triplet: C3, 75 and 46. RGB value is (195,117,70). Sum of RGB (Red+Green+Blue) = 195+117+70=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C37546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37546 is #3C8AB9. Grayscale: #878787. Windows color (decimal): -3967674 or 4617667. OLE color: 4617667.

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

Color convert

RGB 195 117 70 -
CMYK 0 0.4 0.64 0.24
HSL 22.56º 0.51% 0.52% -
HSV(B) 22.56º 0.64% 0.76% -
XYZ 29.97 24.77 9 -
YUV 134.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 195 117 70 0 0.4 0.64 0.24 22.56 0.51 0.52
Hex C3 75 46 0 28 40 18 17 33 34
Octal 303 165 106 0 50 100 30 27 63 64
Binary 11000011 1110101 1000110 0 101000 1000000 11000 10111 110011 110100

Color Harmonies of #C37546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37546

Black with #C37546

Text Example


Text Example

White with #C37546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37546; }

 p { color: rgb(195,117,70); }

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

background-color css

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

 a { background-color: rgb(195,117,70); }

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

border-color css

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

 span { border-color: rgb(195,117,70); }

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