#CCBA65

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

Shades of Tacha #CCBA65

Tints of Tacha #CCBA65

Color information

#CCBA65 (or 0xCCBA65) is unknown color: approx Tacha. HEX triplet: CC, BA and 65. RGB value is (204,186,101). Sum of RGB (Red+Green+Blue) = 204+186+101=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA65 is #33459A. Grayscale: #B6B6B6. Windows color (decimal): -3360155 or 6666956. OLE color: 6666956.

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

Color convert

RGB204186101-
CMYK00.090.500.2
HSL49.51º50.24%59.8%-
HSV(B)49.51º50.49%80%-
XYZ44.8148.8919.39-
YUV181.6982.46143.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=41.55%
G=37.88%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418610100.090.500.249.5150.2459.8
HexCCBA6509321432323c
Octal3142721450116224626274
Binary110011001011101011001010100111001010100110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA65; }

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

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

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

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

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

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

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

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