Html Css Color HEX #C37044 Zest

📋 copy color: '#C37044'

red 195 ◦ green 112 ◦ blue 68

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

Shades of Zest #C37044

Tints of Zest #C37044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 52%
G = 29.87%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37044 (or 0xC37044) is known color: Zest. HEX triplet: C3, 70 and 44. RGB value is (195,112,68). Sum of RGB (Red+Green+Blue) = 195+112+68=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37044 is #3C8FBB. Grayscale: #848484. Windows color (decimal): -3968956 or 4485315. OLE color: 4485315.

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

Color convert

RGB 195 112 68 -
CMYK 0 0.43 0.65 0.24
HSL 20.79º 0.51% 0.52% -
HSV(B) 20.79º 0.65% 0.76% -
XYZ 29.34 23.61 8.48 -
YUV 131.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 195 112 68 0 0.43 0.65 0.24 20.79 0.51 0.52
Hex C3 70 44 0 2B 41 18 15 33 34
Octal 303 160 104 0 53 101 30 25 63 64
Binary 11000011 1110000 1000100 0 101011 1000001 11000 10101 110011 110100

Color Harmonies of #C37044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37044

Black with #C37044

Text Example


Text Example

White with #C37044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37044; }

 p { color: rgb(195,112,68); }

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

background-color css

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

 a { background-color: rgb(195,112,68); }

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

border-color css

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

 span { border-color: rgb(195,112,68); }

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