#CCBA51

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

Shades of Tacha #CCBA51

Tints of Tacha #CCBA51

Color information

#CCBA51 (or 0xCCBA51) is unknown color: approx Tacha. HEX triplet: CC, BA and 51. RGB value is (204,186,81). Sum of RGB (Red+Green+Blue) = 204+186+81=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA51 is #3345AE. Grayscale: #B3B3B3. Windows color (decimal): -3360175 or 5356236. OLE color: 5356236.

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

Color convert

RGB20418681-
CMYK00.090.600.2
HSL51.22º54.67%55.88%-
HSV(B)51.22º60.29%80%-
XYZ43.9548.5514.84-
YUV179.4172.46145.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 81 (32.03% from 255) = 17.20%
R=43.31%
G=39.49%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041868100.090.600.251.2254.6755.88
HexCCBA51093C14333738
Octal3142721210117424636770
Binary110011001011101010100010100111110010100110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA51; }

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

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

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

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

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

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

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

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