Html Css Color HEX #C0763A Zest

📋 copy color: '#C0763A'

red 192 ◦ green 118 ◦ blue 58

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

Shades of Zest #C0763A

Tints of Zest #C0763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 52.17%
G = 32.07%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0763A (or 0xC0763A) is known color: Zest. HEX triplet: C0, 76 and 3A. RGB value is (192,118,58). Sum of RGB (Red+Green+Blue) = 192+118+58=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0763A is #3F89C5. Grayscale: #858585. Windows color (decimal): -4164038 or 3831488. OLE color: 3831488.

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

Color convert

RGB 192 118 58 -
CMYK 0 0.39 0.70 0.25
HSL 26.87º 0.54% 0.49% -
HSV(B) 26.87º 0.7% 0.75% -
XYZ 28.98 24.47 7.2 -
YUV 133.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 192 118 58 0 0.39 0.70 0.25 26.87 0.54 0.49
Hex C0 76 3A 0 27 46 19 1B 36 31
Octal 300 166 72 0 47 106 31 33 66 61
Binary 11000000 1110110 111010 0 100111 1000110 11001 11011 110110 110001

Color Harmonies of #C0763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0763A

Black with #C0763A

Text Example


Text Example

White with #C0763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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