#CAAB12

Color #CAAB12 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CAAB12

Tints of Buddha Gold #CAAB12

Color information

#CAAB12 (or 0xCAAB12) is unknown color: approx Buddha Gold. HEX triplet: CA, AB and 12. RGB value is (202,171,18). Sum of RGB (Red+Green+Blue) = 202+171+18=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAB12 is #3554ED. Grayscale: #A3A3A3. Windows color (decimal): -3495150 or 1223626. OLE color: 1223626.

HSL color Cylindrical-coordinate representation of color #CAAB12: hue angle of 49.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAAB12 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20217118-
CMYK00.150.910.21
HSL49.89º83.64%43.14%-
HSV(B)49.89º91.09%79.22%-
XYZ39.0341.736.57-
YUV162.8346.27155.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 18 (7.42% from 255) = 4.60%
R=51.66%
G=43.73%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021711800.150.910.2149.8983.6443.14
HexCAAB120F5B1532542b
Octal31225322017133256212453
Binary110010101010101110010011111011011101011100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB12; }

 p { color: rgb(202,171,18); }

 H1.HeaderClassName
 {
   color: #CAAB12;
 }
 .AnyTagClassName
 {
   color: #CAAB12;
 }
</style>
background-color css

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

 a { background-color: rgb(202,171,18); }

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

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

 span { border-color: rgb(202,171,18); }

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