Html Css Color HEX #C37440 Zest

📋 copy color: '#C37440'

red 195 ◦ green 116 ◦ blue 64

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

Shades of Zest #C37440

Tints of Zest #C37440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 52%
G = 30.93%
B = 17.07%

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

#C37440 (or 0xC37440) is known color: Zest. HEX triplet: C3, 74 and 40. RGB value is (195,116,64). Sum of RGB (Red+Green+Blue) = 195+116+64=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37440 is #3C8BBF. Grayscale: #858585. Windows color (decimal): -3967936 or 4224195. OLE color: 4224195.

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

Color convert

RGB 195 116 64 -
CMYK 0 0.41 0.67 0.24
HSL 23.82º 0.52% 0.51% -
HSV(B) 23.82º 0.67% 0.76% -
XYZ 29.68 24.46 8.01 -
YUV 133.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 195 116 64 0 0.41 0.67 0.24 23.82 0.52 0.51
Hex C3 74 40 0 29 43 18 18 34 33
Octal 303 164 100 0 51 103 30 30 64 63
Binary 11000011 1110100 1000000 0 101001 1000011 11000 11000 110100 110011

Color Harmonies of #C37440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37440

Black with #C37440

Text Example


Text Example

White with #C37440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37440; }

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

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

background-color css

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

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

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

border-color css

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

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

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