#CCBA5E

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

Shades of Tacha #CCBA5E

Tints of Tacha #CCBA5E

Color information

#CCBA5E (or 0xCCBA5E) is unknown color: approx Tacha. HEX triplet: CC, BA and 5E. RGB value is (204,186,94). Sum of RGB (Red+Green+Blue) = 204+186+94=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA5E is #3345A1. Grayscale: #B5B5B5. Windows color (decimal): -3360162 or 6208204. OLE color: 6208204.

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

Color convert

RGB20418694-
CMYK00.090.540.2
HSL50.18º51.89%58.43%-
HSV(B)50.18º53.92%80%-
XYZ44.4848.7617.66-
YUV180.8978.96144.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=42.15%
G=38.43%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041869400.090.540.250.1851.8958.43
HexCCBA5E09361432343a
Octal3142721360116624626472
Binary110011001011101010111100100111011010100110010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA5E; }

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

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

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

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

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

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

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

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