#CAC750

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

Shades of Wattle #CAC750

Tints of Wattle #CAC750

Color information

#CAC750 (or 0xCAC750) is unknown color: approx Wattle. HEX triplet: CA, C7 and 50. RGB value is (202,199,80). Sum of RGB (Red+Green+Blue) = 202+199+80=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC750 is #3538AF. Grayscale: #BABABA. Windows color (decimal): -3487920 or 5294026. OLE color: 5294026.

HSL color Cylindrical-coordinate representation of color #CAC750: hue angle of 58.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC750 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20219980-
CMYK00.010.600.21
HSL58.52º53.51%55.29%-
HSV(B)58.52º60.4%79.22%-
XYZ46.2353.9815.57-
YUV186.3367.99139.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 199 (78.12% from 255) = 41.37%
BLUE value IS 80 (31.64% from 255) = 16.63%
R=42.00%
G=41.37%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021998000.010.600.2158.5253.5155.29
HexCAC750013C153b3637
Octal312307120017425736667
Binary110010101100011110100000111110010101111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC750; }

 p { color: rgb(202,199,80); }

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

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

 a { background-color: rgb(202,199,80); }

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

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

 span { border-color: rgb(202,199,80); }

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