Html Css Color HEX #C8763A Zest

📋 copy color: '#C8763A'

red 200 ◦ green 118 ◦ blue 58

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

Shades of Zest #C8763A

Tints of Zest #C8763A

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

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

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

R = 53.19%
G = 31.38%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8763A (or 0xC8763A) is known color: Zest. HEX triplet: C8, 76 and 3A. RGB value is (200,118,58). Sum of RGB (Red+Green+Blue) = 200+118+58=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8763A is #3789C5. Grayscale: #888888. Windows color (decimal): -3639750 or 3831496. OLE color: 3831496.

HSL color Cylindrical-coordinate representation of color #C8763A: hue angle of 25.35º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8763A is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 58 -
CMYK 0 0.41 0.71 0.22
HSL 25.35º 0.56% 0.51% -
HSV(B) 25.35º 0.71% 0.78% -
XYZ 31.06 25.54 7.3 -
YUV 135.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 200 118 58 0 0.41 0.71 0.22 25.35 0.56 0.51
Hex C8 76 3A 0 29 47 16 19 38 33
Octal 310 166 72 0 51 107 26 31 70 63
Binary 11001000 1110110 111010 0 101001 1000111 10110 11001 111000 110011

Color Harmonies of #C8763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8763A

Black with #C8763A

Text Example


Text Example

White with #C8763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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