Html Css Color HEX #C7AB11 Buddha Gold

📋 copy color: '#C7AB11'

red 199 ◦ green 171 ◦ blue 17

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

Shades of Buddha Gold #C7AB11

Tints of Buddha Gold #C7AB11

RGB

 RED value IS 199 (78.13% from 255) = 51.42%

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 51.42%
G = 44.19%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7AB11 (or 0xC7AB11) is known color: Buddha Gold. HEX triplet: C7, AB and 11. RGB value is (199,171,17). Sum of RGB (Red+Green+Blue) = 199+171+17=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB11 is #3854EE. Grayscale: #A2A2A2. Windows color (decimal): -3691759 or 1158087. OLE color: 1158087.

HSL color Cylindrical-coordinate representation of color #C7AB11: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7AB11 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 17 -
CMYK 0 0.14 0.91 0.22
HSL 50.77º 0.84% 0.42% -
HSV(B) 50.77º 0.91% 0.78% -
XYZ 38.22 41.31 6.49 -
YUV 161.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 199 171 17 0 0.14 0.91 0.22 50.77 0.84 0.42
Hex C7 AB 11 0 E 5B 16 33 54 2A
Octal 307 253 21 0 16 133 26 63 124 52
Binary 11000111 10101011 10001 0 1110 1011011 10110 110011 1010100 101010

Color Harmonies of #C7AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB11

Black with #C7AB11

Text Example


Text Example

White with #C7AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB11; }

 p { color: rgb(199,171,17); }

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

background-color css

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

 a { background-color: rgb(199,171,17); }

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

border-color css

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

 span { border-color: rgb(199,171,17); }

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