Html Css Color HEX #C7AB0F Buddha Gold

📋 copy color: '#C7AB0F'

red 199 ◦ green 171 ◦ blue 15

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

Shades of Buddha Gold #C7AB0F

Tints of Buddha Gold #C7AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 51.69%
G = 44.42%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7AB0F (or 0xC7AB0F) is known color: Buddha Gold. HEX triplet: C7, AB and 0F. RGB value is (199,171,15). Sum of RGB (Red+Green+Blue) = 199+171+15=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB0F is #3854F0. Grayscale: #A2A2A2. Windows color (decimal): -3691761 or 1027015. OLE color: 1027015.

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

Color convert

RGB 199 171 15 -
CMYK 0 0.14 0.92 0.22
HSL 50.87º 0.86% 0.42% -
HSV(B) 50.87º 0.92% 0.78% -
XYZ 38.2 41.3 6.41 -
YUV 161.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 199 171 15 0 0.14 0.92 0.22 50.87 0.86 0.42
Hex C7 AB F 0 E 5C 16 33 56 2A
Octal 307 253 17 0 16 134 26 63 126 52
Binary 11000111 10101011 1111 0 1110 1011100 10110 110011 1010110 101010

Color Harmonies of #C7AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB0F

Black with #C7AB0F

Text Example


Text Example

White with #C7AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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