Html Css Color HEX #C99E20 Buddha Gold

📋 copy color: '#C99E20'

red 201 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #C99E20

Tints of Buddha Gold #C99E20

RGB

 RED value IS 201 (78.91% from 255) = 51.41%

 GREEN value IS 158 (62.11% from 255) = 40.41%

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 51.41%
G = 40.41%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99E20 (or 0xC99E20) is known color: Buddha Gold. HEX triplet: C9, 9E and 20. RGB value is (201,158,32). Sum of RGB (Red+Green+Blue) = 201+158+32=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99E20 is #3661DF. Grayscale: #9D9D9D. Windows color (decimal): -3564000 or 2137801. OLE color: 2137801.

HSL color Cylindrical-coordinate representation of color #C99E20: hue angle of 44.73º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C99E20 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 158 32 -
CMYK 0 0.21 0.84 0.21
HSL 44.73º 0.73% 0.46% -
HSV(B) 44.73º 0.84% 0.79% -
XYZ 36.57 36.98 6.58 -
YUV 156.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 201 158 32 0 0.21 0.84 0.21 44.73 0.73 0.46
Hex C9 9E 20 0 15 54 15 2D 49 2E
Octal 311 236 40 0 25 124 25 55 111 56
Binary 11001001 10011110 100000 0 10101 1010100 10101 101101 1001001 101110

Color Harmonies of #C99E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99E20

Black with #C99E20

Text Example


Text Example

White with #C99E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99E20; }

 p { color: rgb(201,158,32); }

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

background-color css

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

 a { background-color: rgb(201,158,32); }

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

border-color css

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

 span { border-color: rgb(201,158,32); }

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