Html Css Color HEX #C0991E Buddha Gold

📋 copy color: '#C0991E'

red 192 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #C0991E

Tints of Buddha Gold #C0991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 30 (12.11% from 255) = 8%

R = 51.2%
G = 40.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0991E (or 0xC0991E) is known color: Buddha Gold. HEX triplet: C0, 99 and 1E. RGB value is (192,153,30). Sum of RGB (Red+Green+Blue) = 192+153+30=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0991E is #3F66E1. Grayscale: #979797. Windows color (decimal): -4155106 or 2005440. OLE color: 2005440.

HSL color Cylindrical-coordinate representation of color #C0991E: hue angle of 45.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0991E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 30 -
CMYK 0 0.20 0.84 0.25
HSL 45.56º 0.73% 0.44% -
HSV(B) 45.56º 0.84% 0.75% -
XYZ 33.36 34.08 6.05 -
YUV 150.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 192 153 30 0 0.20 0.84 0.25 45.56 0.73 0.44
Hex C0 99 1E 0 14 54 19 2E 49 2C
Octal 300 231 36 0 24 124 31 56 111 54
Binary 11000000 10011001 11110 0 10100 1010100 11001 101110 1001001 101100

Color Harmonies of #C0991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0991E

Black with #C0991E

Text Example


Text Example

White with #C0991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0991E; }

 p { color: rgb(192,153,30); }

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

background-color css

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

 a { background-color: rgb(192,153,30); }

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

border-color css

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

 span { border-color: rgb(192,153,30); }

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