#CCBA5A

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

Shades of Tacha #CCBA5A

Tints of Tacha #CCBA5A

Color information

#CCBA5A (or 0xCCBA5A) is unknown color: approx Tacha. HEX triplet: CC, BA and 5A. RGB value is (204,186,90). Sum of RGB (Red+Green+Blue) = 204+186+90=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA5A is #3345A5. Grayscale: #B4B4B4. Windows color (decimal): -3360166 or 5946060. OLE color: 5946060.

HSL color Cylindrical-coordinate representation of color #CCBA5A: hue angle of 50.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCBA5A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20418690-
CMYK00.090.560.2
HSL50.53º52.78%57.65%-
HSV(B)50.53º55.88%80%-
XYZ44.3148.6916.74-
YUV180.4476.96144.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=42.5%
G=38.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041869000.090.560.250.5352.7857.65
HexCCBA5A09381433353a
Octal3142721320117024636572
Binary110011001011101010110100100111100010100110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA5A; }

 p { color: rgb(204,186,90); }

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

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

 a { background-color: rgb(204,186,90); }

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

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

 span { border-color: rgb(204,186,90); }

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