Html Css Color HEX #C1990B Buddha Gold

📋 copy color: '#C1990B'

red 193 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #C1990B

Tints of Buddha Gold #C1990B

RGB

 RED value IS 193 (75.78% from 255) = 54.06%

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

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

R = 54.06%
G = 42.86%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1990B (or 0xC1990B) is known color: Buddha Gold. HEX triplet: C1, 99 and 0B. RGB value is (193,153,11). Sum of RGB (Red+Green+Blue) = 193+153+11=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1990B is #3E66F4. Grayscale: #959595. Windows color (decimal): -4089589 or 760257. OLE color: 760257.

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

Color convert

RGB 193 153 11 -
CMYK 0 0.21 0.94 0.24
HSL 46.81º 0.89% 0.4% -
HSV(B) 46.81º 0.94% 0.76% -
XYZ 33.44 34.14 5.14 -
YUV 148.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 193 153 11 0 0.21 0.94 0.24 46.81 0.89 0.4
Hex C1 99 B 0 15 5E 18 2F 59 28
Octal 301 231 13 0 25 136 30 57 131 50
Binary 11000001 10011001 1011 0 10101 1011110 11000 101111 1011001 101000

Color Harmonies of #C1990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1990B

Black with #C1990B

Text Example


Text Example

White with #C1990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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