#CCBA56

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

Shades of Tacha #CCBA56

Tints of Tacha #CCBA56

Color information

#CCBA56 (or 0xCCBA56) is unknown color: approx Tacha. HEX triplet: CC, BA and 56. RGB value is (204,186,86). Sum of RGB (Red+Green+Blue) = 204+186+86=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA56 is #3345A9. Grayscale: #B4B4B4. Windows color (decimal): -3360170 or 5683916. OLE color: 5683916.

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

Color convert

RGB20418686-
CMYK00.090.580.2
HSL50.85º53.64%56.86%-
HSV(B)50.85º57.84%80%-
XYZ44.1448.6315.86-
YUV179.9874.96145.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 86 (33.98% from 255) = 18.07%
R=42.86%
G=39.08%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041868600.090.580.250.8553.6456.86
HexCCBA56093A14333639
Octal3142721260117224636671
Binary110011001011101010101100100111101010100110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA56; }

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

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

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

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

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

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

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

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