Html Css Color HEX #C27342 Zest

📋 copy color: '#C27342'

red 194 ◦ green 115 ◦ blue 66

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

Shades of Zest #C27342

Tints of Zest #C27342

RGB

 RED value IS 194 (76.17% from 255) = 51.73%

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

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 51.73%
G = 30.67%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27342 (or 0xC27342) is known color: Zest. HEX triplet: C2, 73 and 42. RGB value is (194,115,66). Sum of RGB (Red+Green+Blue) = 194+115+66=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27342 is #3D8CBD. Grayscale: #858585. Windows color (decimal): -4033726 or 4355010. OLE color: 4355010.

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

Color convert

RGB 194 115 66 -
CMYK 0 0.41 0.66 0.24
HSL 22.97º 0.51% 0.51% -
HSV(B) 22.97º 0.66% 0.76% -
XYZ 29.36 24.12 8.26 -
YUV 133.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 194 115 66 0 0.41 0.66 0.24 22.97 0.51 0.51
Hex C2 73 42 0 29 42 18 17 33 33
Octal 302 163 102 0 51 102 30 27 63 63
Binary 11000010 1110011 1000010 0 101001 1000010 11000 10111 110011 110011

Color Harmonies of #C27342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27342

Black with #C27342

Text Example


Text Example

White with #C27342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27342; }

 p { color: rgb(194,115,66); }

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

background-color css

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

 a { background-color: rgb(194,115,66); }

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

border-color css

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

 span { border-color: rgb(194,115,66); }

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