Html Css Color HEX #C2AB0E Buddha Gold

📋 copy color: '#C2AB0E'

red 194 ◦ green 171 ◦ blue 14

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

Shades of Buddha Gold #C2AB0E

Tints of Buddha Gold #C2AB0E

RGB

 RED value IS 194 (76.17% from 255) = 51.19%

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

 BLUE value IS 14 (5.86% from 255) = 3.69%

R = 51.19%
G = 45.12%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2AB0E (or 0xC2AB0E) is known color: Buddha Gold. HEX triplet: C2, AB and 0E. RGB value is (194,171,14). Sum of RGB (Red+Green+Blue) = 194+171+14=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB0E is #3D54F1. Grayscale: #A0A0A0. Windows color (decimal): -4019442 or 961474. OLE color: 961474.

HSL color Cylindrical-coordinate representation of color #C2AB0E: hue angle of 52.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2AB0E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 14 -
CMYK 0 0.12 0.93 0.24
HSL 52.33º 0.87% 0.41% -
HSV(B) 52.33º 0.93% 0.76% -
XYZ 36.89 40.63 6.31 -
YUV 159.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 194 171 14 0 0.12 0.93 0.24 52.33 0.87 0.41
Hex C2 AB E 0 C 5D 18 34 57 29
Octal 302 253 16 0 14 135 30 64 127 51
Binary 11000010 10101011 1110 0 1100 1011101 11000 110100 1010111 101001

Color Harmonies of #C2AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB0E

Black with #C2AB0E

Text Example


Text Example

White with #C2AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB0E; }

 p { color: rgb(194,171,14); }

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

background-color css

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

 a { background-color: rgb(194,171,14); }

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

border-color css

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

 span { border-color: rgb(194,171,14); }

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