Html Css Color HEX #C6AB0A Buddha Gold

📋 copy color: '#C6AB0A'

red 198 ◦ green 171 ◦ blue 10

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

Shades of Buddha Gold #C6AB0A

Tints of Buddha Gold #C6AB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 52.24%
G = 45.12%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6AB0A (or 0xC6AB0A) is known color: Buddha Gold. HEX triplet: C6, AB and 0A. RGB value is (198,171,10). Sum of RGB (Red+Green+Blue) = 198+171+10=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB0A is #3954F5. Grayscale: #A1A1A1. Windows color (decimal): -3757302 or 699334. OLE color: 699334.

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

Color convert

RGB 198 171 10 -
CMYK 0 0.14 0.95 0.22
HSL 51.38º 0.9% 0.41% -
HSV(B) 51.38º 0.95% 0.78% -
XYZ 37.91 41.15 6.23 -
YUV 160.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 198 171 10 0 0.14 0.95 0.22 51.38 0.9 0.41
Hex C6 AB A 0 E 5F 16 33 5A 29
Octal 306 253 12 0 16 137 26 63 132 51
Binary 11000110 10101011 1010 0 1110 1011111 10110 110011 1011010 101001

Color Harmonies of #C6AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB0A

Black with #C6AB0A

Text Example


Text Example

White with #C6AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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