Html Css Color HEX #C6AB07 Buddha Gold

📋 copy color: '#C6AB07'

red 198 ◦ green 171 ◦ blue 7

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

Shades of Buddha Gold #C6AB07

Tints of Buddha Gold #C6AB07

RGB

 RED value IS 198 (77.73% from 255) = 52.66%

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 52.66%
G = 45.48%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C6AB07 (or 0xC6AB07) is known color: Buddha Gold. HEX triplet: C6, AB and 07. RGB value is (198,171,7). Sum of RGB (Red+Green+Blue) = 198+171+7=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB07 is #3954F8. Grayscale: #A1A1A1. Windows color (decimal): -3757305 or 502726. OLE color: 502726.

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

Color convert

RGB 198 171 7 -
CMYK 0 0.14 0.96 0.22
HSL 51.52º 0.93% 0.4% -
HSV(B) 51.52º 0.96% 0.78% -
XYZ 37.89 41.15 6.15 -
YUV 160.38 41.45 154.84 -
System Red Green Blue C M Y K H S L
Decimal 198 171 7 0 0.14 0.96 0.22 51.52 0.93 0.4
Hex C6 AB 7 0 E 60 16 34 5D 28
Octal 306 253 7 0 16 140 26 64 135 50
Binary 11000110 10101011 111 0 1110 1100000 10110 110100 1011101 101000

Color Harmonies of #C6AB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB07

Black with #C6AB07

Text Example


Text Example

White with #C6AB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB07; }

 p { color: rgb(198,171,7); }

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

background-color css

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

 a { background-color: rgb(198,171,7); }

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

border-color css

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

 span { border-color: rgb(198,171,7); }

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