Html Css Color HEX #C37640 Zest

📋 copy color: '#C37640'

red 195 ◦ green 118 ◦ blue 64

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

Shades of Zest #C37640

Tints of Zest #C37640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 51.72%
G = 31.3%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C37640 (or 0xC37640) is known color: Zest. HEX triplet: C3, 76 and 40. RGB value is (195,118,64). Sum of RGB (Red+Green+Blue) = 195+118+64=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37640 is #3C89BF. Grayscale: #878787. Windows color (decimal): -3967424 or 4224707. OLE color: 4224707.

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

Color convert

RGB 195 118 64 -
CMYK 0 0.39 0.67 0.24
HSL 24.73º 0.52% 0.51% -
HSV(B) 24.73º 0.67% 0.76% -
XYZ 29.91 24.93 8.09 -
YUV 134.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 195 118 64 0 0.39 0.67 0.24 24.73 0.52 0.51
Hex C3 76 40 0 27 43 18 19 34 33
Octal 303 166 100 0 47 103 30 31 64 63
Binary 11000011 1110110 1000000 0 100111 1000011 11000 11001 110100 110011

Color Harmonies of #C37640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37640

Black with #C37640

Text Example


Text Example

White with #C37640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37640; }

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

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

background-color css

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

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

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

border-color css

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

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

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