Html Css Color HEX #C2733B Zest

📋 copy color: '#C2733B'

red 194 ◦ green 115 ◦ blue 59

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

Shades of Zest #C2733B

Tints of Zest #C2733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 52.72%
G = 31.25%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2733B (or 0xC2733B) is known color: Zest. HEX triplet: C2, 73 and 3B. RGB value is (194,115,59). Sum of RGB (Red+Green+Blue) = 194+115+59=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2733B is #3D8CC4. Grayscale: #848484. Windows color (decimal): -4033733 or 3896258. OLE color: 3896258.

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

Color convert

RGB 194 115 59 -
CMYK 0 0.41 0.70 0.24
HSL 24.89º 0.53% 0.5% -
HSV(B) 24.89º 0.7% 0.76% -
XYZ 29.17 24.05 7.24 -
YUV 132.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 194 115 59 0 0.41 0.70 0.24 24.89 0.53 0.5
Hex C2 73 3B 0 29 46 18 19 35 32
Octal 302 163 73 0 51 106 30 31 65 62
Binary 11000010 1110011 111011 0 101001 1000110 11000 11001 110101 110010

Color Harmonies of #C2733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2733B

Black with #C2733B

Text Example


Text Example

White with #C2733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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