Html Css Color HEX #C37240 Zest

📋 copy color: '#C37240'

red 195 ◦ green 114 ◦ blue 64

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

Shades of Zest #C37240

Tints of Zest #C37240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 52.28%
G = 30.56%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C37240 (or 0xC37240) is known color: Zest. HEX triplet: C3, 72 and 40. RGB value is (195,114,64). Sum of RGB (Red+Green+Blue) = 195+114+64=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C37240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37240 is #3C8DBF. Grayscale: #848484. Windows color (decimal): -3968448 or 4223683. OLE color: 4223683.

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

Color convert

RGB 195 114 64 -
CMYK 0 0.42 0.67 0.24
HSL 22.9º 0.52% 0.51% -
HSV(B) 22.9º 0.67% 0.76% -
XYZ 29.45 24.01 7.93 -
YUV 132.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 195 114 64 0 0.42 0.67 0.24 22.9 0.52 0.51
Hex C3 72 40 0 2A 43 18 17 34 33
Octal 303 162 100 0 52 103 30 27 64 63
Binary 11000011 1110010 1000000 0 101010 1000011 11000 10111 110100 110011

Color Harmonies of #C37240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37240

Black with #C37240

Text Example


Text Example

White with #C37240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37240; }

 p { color: rgb(195,114,64); }

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

background-color css

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

 a { background-color: rgb(195,114,64); }

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

border-color css

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

 span { border-color: rgb(195,114,64); }

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