Html Css Color HEX #C27039 Zest

📋 copy color: '#C27039'

red 194 ◦ green 112 ◦ blue 57

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

Shades of Zest #C27039

Tints of Zest #C27039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 53.44%
G = 30.85%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C27039 (or 0xC27039) is known color: Zest. HEX triplet: C2, 70 and 39. RGB value is (194,112,57). Sum of RGB (Red+Green+Blue) = 194+112+57=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C27039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27039 is #3D8FC6. Grayscale: #828282. Windows color (decimal): -4034503 or 3764418. OLE color: 3764418.

HSL color Cylindrical-coordinate representation of color #C27039: hue angle of 24.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C27039 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 57 -
CMYK 0 0.42 0.71 0.24
HSL 24.09º 0.55% 0.49% -
HSV(B) 24.09º 0.71% 0.76% -
XYZ 28.78 23.35 6.86 -
YUV 130.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 194 112 57 0 0.42 0.71 0.24 24.09 0.55 0.49
Hex C2 70 39 0 2A 47 18 18 37 31
Octal 302 160 71 0 52 107 30 30 67 61
Binary 11000010 1110000 111001 0 101010 1000111 11000 11000 110111 110001

Color Harmonies of #C27039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27039

Black with #C27039

Text Example


Text Example

White with #C27039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27039; }

 p { color: rgb(194,112,57); }

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

background-color css

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

 a { background-color: rgb(194,112,57); }

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

border-color css

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

 span { border-color: rgb(194,112,57); }

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