Html Css Color HEX #C0703E Zest

📋 copy color: '#C0703E'

red 192 ◦ green 112 ◦ blue 62

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

Shades of Zest #C0703E

Tints of Zest #C0703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 52.46%
G = 30.6%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0703E (or 0xC0703E) is known color: Zest. HEX triplet: C0, 70 and 3E. RGB value is (192,112,62). Sum of RGB (Red+Green+Blue) = 192+112+62=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0703E is #3F8FC1. Grayscale: #828282. Windows color (decimal): -4165570 or 4092096. OLE color: 4092096.

HSL color Cylindrical-coordinate representation of color #C0703E: hue angle of 23.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0703E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 62 -
CMYK 0 0.42 0.68 0.25
HSL 23.08º 0.51% 0.5% -
HSV(B) 23.08º 0.68% 0.75% -
XYZ 28.4 23.14 7.53 -
YUV 130.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 192 112 62 0 0.42 0.68 0.25 23.08 0.51 0.5
Hex C0 70 3E 0 2A 44 19 17 33 32
Octal 300 160 76 0 52 104 31 27 63 62
Binary 11000000 1110000 111110 0 101010 1000100 11001 10111 110011 110010

Color Harmonies of #C0703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0703E

Black with #C0703E

Text Example


Text Example

White with #C0703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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