Html Css Color HEX #C27035 Zest

📋 copy color: '#C27035'

red 194 ◦ green 112 ◦ blue 53

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

Shades of Zest #C27035

Tints of Zest #C27035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 54.04%
G = 31.2%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C27035 (or 0xC27035) is known color: Zest. HEX triplet: C2, 70 and 35. RGB value is (194,112,53). Sum of RGB (Red+Green+Blue) = 194+112+53=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C27035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27035 is #3D8FCA. Grayscale: #828282. Windows color (decimal): -4034507 or 3502274. OLE color: 3502274.

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

Color convert

RGB 194 112 53 -
CMYK 0 0.42 0.73 0.24
HSL 25.11º 0.57% 0.48% -
HSV(B) 25.11º 0.73% 0.76% -
XYZ 28.68 23.31 6.36 -
YUV 129.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 194 112 53 0 0.42 0.73 0.24 25.11 0.57 0.48
Hex C2 70 35 0 2A 49 18 19 39 30
Octal 302 160 65 0 52 111 30 31 71 60
Binary 11000010 1110000 110101 0 101010 1001001 11000 11001 111001 110000

Color Harmonies of #C27035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27035

Black with #C27035

Text Example


Text Example

White with #C27035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27035; }

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

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

background-color css

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

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

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

border-color css

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

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

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