#CAAB0F

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

Shades of Buddha Gold #CAAB0F

Tints of Buddha Gold #CAAB0F

Color information

#CAAB0F (or 0xCAAB0F) is unknown color: approx Buddha Gold. HEX triplet: CA, AB and 0F. RGB value is (202,171,15). Sum of RGB (Red+Green+Blue) = 202+171+15=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAB0F is #3554F0. Grayscale: #A3A3A3. Windows color (decimal): -3495153 or 1027018. OLE color: 1027018.

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

Color convert

RGB20217115-
CMYK00.150.930.21
HSL50.05º86.18%42.55%-
HSV(B)50.05º92.57%79.22%-
XYZ39.0141.726.45-
YUV162.4844.77156.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 15 (6.25% from 255) = 3.87%
R=52.06%
G=44.07%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021711500.150.930.2150.0586.1842.55
HexCAABF0F5D1532562b
Octal31225317017135256212653
Binary11001010101010111111011111011101101011100101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB0F; }

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

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

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

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

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

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

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

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