Html Css Color HEX #C2703B Zest

📋 copy color: '#C2703B'

red 194 ◦ green 112 ◦ blue 59

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

Shades of Zest #C2703B

Tints of Zest #C2703B

RGB

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

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

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

R = 53.15%
G = 30.68%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2703B (or 0xC2703B) is known color: Zest. HEX triplet: C2, 70 and 3B. RGB value is (194,112,59). Sum of RGB (Red+Green+Blue) = 194+112+59=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2703B is #3D8FC4. Grayscale: #828282. Windows color (decimal): -4034501 or 3895490. OLE color: 3895490.

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

Color convert

RGB 194 112 59 -
CMYK 0 0.42 0.70 0.24
HSL 23.56º 0.53% 0.5% -
HSV(B) 23.56º 0.7% 0.76% -
XYZ 28.83 23.37 7.13 -
YUV 130.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 194 112 59 0 0.42 0.70 0.24 23.56 0.53 0.5
Hex C2 70 3B 0 2A 46 18 18 35 32
Octal 302 160 73 0 52 106 30 30 65 62
Binary 11000010 1110000 111011 0 101010 1000110 11000 11000 110101 110010

Color Harmonies of #C2703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2703B

Black with #C2703B

Text Example


Text Example

White with #C2703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2703B; }

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

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

background-color css

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

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

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

border-color css

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

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

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