Html Css Color HEX #C27135 Zest

📋 copy color: '#C27135'

red 194 ◦ green 113 ◦ blue 53

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

Shades of Zest #C27135

Tints of Zest #C27135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 53.89%
G = 31.39%
B = 14.72%

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

#C27135 (or 0xC27135) is known color: Zest. HEX triplet: C2, 71 and 35. RGB value is (194,113,53). Sum of RGB (Red+Green+Blue) = 194+113+53=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C27135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27135 is #3D8ECA. Grayscale: #828282. Windows color (decimal): -4034251 or 3502530. OLE color: 3502530.

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

Color convert

RGB 194 113 53 -
CMYK 0 0.42 0.73 0.24
HSL 25.53º 0.57% 0.48% -
HSV(B) 25.53º 0.73% 0.76% -
XYZ 28.8 23.54 6.39 -
YUV 130.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 194 113 53 0 0.42 0.73 0.24 25.53 0.57 0.48
Hex C2 71 35 0 2A 49 18 1A 39 30
Octal 302 161 65 0 52 111 30 32 71 60
Binary 11000010 1110001 110101 0 101010 1001001 11000 11010 111001 110000

Color Harmonies of #C27135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27135

Black with #C27135

Text Example


Text Example

White with #C27135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27135; }

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

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

background-color css

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

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

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

border-color css

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

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

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