#CBCA47

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

Shades of Wattle #CBCA47

Tints of Wattle #CBCA47

Color information

#CBCA47 (or 0xCBCA47) is unknown color: approx Wattle. HEX triplet: CB, CA and 47. RGB value is (203,202,71). Sum of RGB (Red+Green+Blue) = 203+202+71=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA47 is #3435B8. Grayscale: #BBBBBB. Windows color (decimal): -3421625 or 4704971. OLE color: 4704971.

HSL color Cylindrical-coordinate representation of color #CBCA47: hue angle of 59.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBCA47 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20320271-
CMYK00.000.650.20
HSL59.55º55.93%53.73%-
HSV(B)59.55º65.02%79.61%-
XYZ46.8955.3914.18-
YUV187.3662.33139.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 71 (28.12% from 255) = 14.92%
R=42.65%
G=42.44%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032027100.000.650.2059.5555.9353.73
HexCBCA470041143c3836
Octal3133121070010124747066
Binary1100101111001010100011100100000110100111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA47; }

 p { color: rgb(203,202,71); }

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

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

 a { background-color: rgb(203,202,71); }

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

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

 span { border-color: rgb(203,202,71); }

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