Html Css Color HEX #C1990E Buddha Gold

📋 copy color: '#C1990E'

red 193 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #C1990E

Tints of Buddha Gold #C1990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.89%

R = 53.61%
G = 42.5%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1990E (or 0xC1990E) is known color: Buddha Gold. HEX triplet: C1, 99 and 0E. RGB value is (193,153,14). Sum of RGB (Red+Green+Blue) = 193+153+14=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1990E is #3E66F1. Grayscale: #959595. Windows color (decimal): -4089586 or 956865. OLE color: 956865.

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

Color convert

RGB 193 153 14 -
CMYK 0 0.21 0.93 0.24
HSL 46.59º 0.86% 0.41% -
HSV(B) 46.59º 0.93% 0.76% -
XYZ 33.46 34.15 5.24 -
YUV 149.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 193 153 14 0 0.21 0.93 0.24 46.59 0.86 0.41
Hex C1 99 E 0 15 5D 18 2F 56 29
Octal 301 231 16 0 25 135 30 57 126 51
Binary 11000001 10011001 1110 0 10101 1011101 11000 101111 1010110 101001

Color Harmonies of #C1990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1990E

Black with #C1990E

Text Example


Text Example

White with #C1990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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