Html Css Color HEX #C8763D Zest

📋 copy color: '#C8763D'

red 200 ◦ green 118 ◦ blue 61

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

Shades of Zest #C8763D

Tints of Zest #C8763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 52.77%
G = 31.13%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8763D (or 0xC8763D) is known color: Zest. HEX triplet: C8, 76 and 3D. RGB value is (200,118,61). Sum of RGB (Red+Green+Blue) = 200+118+61=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8763D is #3789C2. Grayscale: #888888. Windows color (decimal): -3639747 or 4028104. OLE color: 4028104.

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

Color convert

RGB 200 118 61 -
CMYK 0 0.41 0.69 0.22
HSL 24.6º 0.56% 0.51% -
HSV(B) 24.6º 0.7% 0.78% -
XYZ 31.14 25.57 7.71 -
YUV 136.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 200 118 61 0 0.41 0.69 0.22 24.6 0.56 0.51
Hex C8 76 3D 0 29 45 16 19 38 33
Octal 310 166 75 0 51 105 26 31 70 63
Binary 11001000 1110110 111101 0 101001 1000101 10110 11001 111000 110011

Color Harmonies of #C8763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8763D

Black with #C8763D

Text Example


Text Example

White with #C8763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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