Html Css Color HEX #C2733F Zest

📋 copy color: '#C2733F'

red 194 ◦ green 115 ◦ blue 63

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

Shades of Zest #C2733F

Tints of Zest #C2733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.94%

R = 52.15%
G = 30.91%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2733F (or 0xC2733F) is known color: Zest. HEX triplet: C2, 73 and 3F. RGB value is (194,115,63). Sum of RGB (Red+Green+Blue) = 194+115+63=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2733F is #3D8CC0. Grayscale: #848484. Windows color (decimal): -4033729 or 4158402. OLE color: 4158402.

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

Color convert

RGB 194 115 63 -
CMYK 0 0.41 0.68 0.24
HSL 23.82º 0.52% 0.5% -
HSV(B) 23.82º 0.68% 0.76% -
XYZ 29.28 24.09 7.81 -
YUV 132.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 194 115 63 0 0.41 0.68 0.24 23.82 0.52 0.5
Hex C2 73 3F 0 29 44 18 18 34 32
Octal 302 163 77 0 51 104 30 30 64 62
Binary 11000010 1110011 111111 0 101001 1000100 11000 11000 110100 110010

Color Harmonies of #C2733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2733F

Black with #C2733F

Text Example


Text Example

White with #C2733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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