Html Css Color HEX #C6AB05 Buddha Gold

📋 copy color: '#C6AB05'

red 198 ◦ green 171 ◦ blue 5

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

Shades of Buddha Gold #C6AB05

Tints of Buddha Gold #C6AB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 52.94%
G = 45.72%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C6AB05 (or 0xC6AB05) is known color: Buddha Gold. HEX triplet: C6, AB and 05. RGB value is (198,171,5). Sum of RGB (Red+Green+Blue) = 198+171+5=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB05 is #3954FA. Grayscale: #A0A0A0. Windows color (decimal): -3757307 or 371654. OLE color: 371654.

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

Color convert

RGB 198 171 5 -
CMYK 0 0.14 0.97 0.22
HSL 51.61º 0.95% 0.4% -
HSV(B) 51.61º 0.97% 0.78% -
XYZ 37.88 41.14 6.09 -
YUV 160.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 198 171 5 0 0.14 0.97 0.22 51.61 0.95 0.4
Hex C6 AB 5 0 E 61 16 34 5F 28
Octal 306 253 5 0 16 141 26 64 137 50
Binary 11000110 10101011 101 0 1110 1100001 10110 110100 1011111 101000

Color Harmonies of #C6AB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB05

Black with #C6AB05

Text Example


Text Example

White with #C6AB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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