Html Css Color HEX #C7AB0E Buddha Gold

📋 copy color: '#C7AB0E'

red 199 ◦ green 171 ◦ blue 14

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

Shades of Buddha Gold #C7AB0E

Tints of Buddha Gold #C7AB0E

RGB

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

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

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

R = 51.82%
G = 44.53%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7AB0E (or 0xC7AB0E) is known color: Buddha Gold. HEX triplet: C7, AB and 0E. RGB value is (199,171,14). Sum of RGB (Red+Green+Blue) = 199+171+14=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB0E is #3854F1. Grayscale: #A2A2A2. Windows color (decimal): -3691762 or 961479. OLE color: 961479.

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

Color convert

RGB 199 171 14 -
CMYK 0 0.14 0.93 0.22
HSL 50.92º 0.87% 0.42% -
HSV(B) 50.92º 0.93% 0.78% -
XYZ 38.2 41.3 6.37 -
YUV 161.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 199 171 14 0 0.14 0.93 0.22 50.92 0.87 0.42
Hex C7 AB E 0 E 5D 16 33 57 2A
Octal 307 253 16 0 16 135 26 63 127 52
Binary 11000111 10101011 1110 0 1110 1011101 10110 110011 1010111 101010

Color Harmonies of #C7AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB0E

Black with #C7AB0E

Text Example


Text Example

White with #C7AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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