Html Css Color HEX #C37445 Zest

📋 copy color: '#C37445'

red 195 ◦ green 116 ◦ blue 69

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

Shades of Zest #C37445

Tints of Zest #C37445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 51.32%
G = 30.53%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37445 (or 0xC37445) is known color: Zest. HEX triplet: C3, 74 and 45. RGB value is (195,116,69). Sum of RGB (Red+Green+Blue) = 195+116+69=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37445 is #3C8BBA. Grayscale: #868686. Windows color (decimal): -3967931 or 4551875. OLE color: 4551875.

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

Color convert

RGB 195 116 69 -
CMYK 0 0.41 0.65 0.24
HSL 22.38º 0.51% 0.52% -
HSV(B) 22.38º 0.65% 0.76% -
XYZ 29.83 24.52 8.79 -
YUV 134.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 195 116 69 0 0.41 0.65 0.24 22.38 0.51 0.52
Hex C3 74 45 0 29 41 18 16 33 34
Octal 303 164 105 0 51 101 30 26 63 64
Binary 11000011 1110100 1000101 0 101001 1000001 11000 10110 110011 110100

Color Harmonies of #C37445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37445

Black with #C37445

Text Example


Text Example

White with #C37445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37445; }

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

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

background-color css

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

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

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

border-color css

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

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

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