Html Css Color HEX #C0990B Buddha Gold

📋 copy color: '#C0990B'

red 192 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #C0990B

Tints of Buddha Gold #C0990B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 53.93%
G = 42.98%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0990B (or 0xC0990B) is known color: Buddha Gold. HEX triplet: C0, 99 and 0B. RGB value is (192,153,11). Sum of RGB (Red+Green+Blue) = 192+153+11=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0990B is #3F66F4. Grayscale: #959595. Windows color (decimal): -4155125 or 760256. OLE color: 760256.

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

Color convert

RGB 192 153 11 -
CMYK 0 0.20 0.94 0.25
HSL 47.07º 0.89% 0.4% -
HSV(B) 47.07º 0.94% 0.75% -
XYZ 33.19 34.01 5.13 -
YUV 148.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 192 153 11 0 0.20 0.94 0.25 47.07 0.89 0.4
Hex C0 99 B 0 14 5E 19 2F 59 28
Octal 300 231 13 0 24 136 31 57 131 50
Binary 11000000 10011001 1011 0 10100 1011110 11001 101111 1011001 101000

Color Harmonies of #C0990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0990B

Black with #C0990B

Text Example


Text Example

White with #C0990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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