Html Css Color HEX #C6AB08 Buddha Gold

📋 copy color: '#C6AB08'

red 198 ◦ green 171 ◦ blue 8

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

Shades of Buddha Gold #C6AB08

Tints of Buddha Gold #C6AB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 52.52%
G = 45.36%
B = 2.12%

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

#C6AB08 (or 0xC6AB08) is known color: Buddha Gold. HEX triplet: C6, AB and 08. RGB value is (198,171,8). Sum of RGB (Red+Green+Blue) = 198+171+8=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB08 is #3954F7. Grayscale: #A1A1A1. Windows color (decimal): -3757304 or 568262. OLE color: 568262.

HSL color Cylindrical-coordinate representation of color #C6AB08: hue angle of 51.47º degrees, saturation: 0.92, 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 #C6AB08 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 171 8 -
CMYK 0 0.14 0.96 0.22
HSL 51.47º 0.92% 0.4% -
HSV(B) 51.47º 0.96% 0.78% -
XYZ 37.9 41.15 6.17 -
YUV 160.49 41.95 154.75 -
System Red Green Blue C M Y K H S L
Decimal 198 171 8 0 0.14 0.96 0.22 51.47 0.92 0.4
Hex C6 AB 8 0 E 60 16 33 5C 28
Octal 306 253 10 0 16 140 26 63 134 50
Binary 11000110 10101011 1000 0 1110 1100000 10110 110011 1011100 101000

Color Harmonies of #C6AB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB08

Black with #C6AB08

Text Example


Text Example

White with #C6AB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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