Html Css Color HEX #C37340 Zest

📋 copy color: '#C37340'

red 195 ◦ green 115 ◦ blue 64

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

Shades of Zest #C37340

Tints of Zest #C37340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

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

R = 52.14%
G = 30.75%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C37340 (or 0xC37340) is known color: Zest. HEX triplet: C3, 73 and 40. RGB value is (195,115,64). Sum of RGB (Red+Green+Blue) = 195+115+64=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C37340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37340 is #3C8CBF. Grayscale: #858585. Windows color (decimal): -3968192 or 4223939. OLE color: 4223939.

HSL color Cylindrical-coordinate representation of color #C37340: hue angle of 23.36º 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 #C37340 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 64 -
CMYK 0 0.41 0.67 0.24
HSL 23.36º 0.52% 0.51% -
HSV(B) 23.36º 0.67% 0.76% -
XYZ 29.56 24.23 7.97 -
YUV 133.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 195 115 64 0 0.41 0.67 0.24 23.36 0.52 0.51
Hex C3 73 40 0 29 43 18 17 34 33
Octal 303 163 100 0 51 103 30 27 64 63
Binary 11000011 1110011 1000000 0 101001 1000011 11000 10111 110100 110011

Color Harmonies of #C37340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37340

Black with #C37340

Text Example


Text Example

White with #C37340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37340; }

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

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

background-color css

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

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

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

border-color css

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

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

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