Html Css Color HEX #C0703A Zest

📋 copy color: '#C0703A'

red 192 ◦ green 112 ◦ blue 58

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

Shades of Zest #C0703A

Tints of Zest #C0703A

RGB

 RED value IS 192 (75.39% from 255) = 53.04%

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

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 53.04%
G = 30.94%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0703A (or 0xC0703A) is known color: Zest. HEX triplet: C0, 70 and 3A. RGB value is (192,112,58). Sum of RGB (Red+Green+Blue) = 192+112+58=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0703A is #3F8FC5. Grayscale: #828282. Windows color (decimal): -4165574 or 3829952. OLE color: 3829952.

HSL color Cylindrical-coordinate representation of color #C0703A: hue angle of 24.18º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0703A is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 58 -
CMYK 0 0.42 0.70 0.25
HSL 24.18º 0.54% 0.49% -
HSV(B) 24.18º 0.7% 0.75% -
XYZ 28.3 23.1 6.97 -
YUV 129.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 192 112 58 0 0.42 0.70 0.25 24.18 0.54 0.49
Hex C0 70 3A 0 2A 46 19 18 36 31
Octal 300 160 72 0 52 106 31 30 66 61
Binary 11000000 1110000 111010 0 101010 1000110 11001 11000 110110 110001

Color Harmonies of #C0703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0703A

Black with #C0703A

Text Example


Text Example

White with #C0703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0703A; }

 p { color: rgb(192,112,58); }

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

background-color css

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

 a { background-color: rgb(192,112,58); }

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

border-color css

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

 span { border-color: rgb(192,112,58); }

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