#CCBA6C

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

Shades of Tacha #CCBA6C

Tints of Tacha #CCBA6C

Color information

#CCBA6C (or 0xCCBA6C) is unknown color: approx Tacha. HEX triplet: CC, BA and 6C. RGB value is (204,186,108). Sum of RGB (Red+Green+Blue) = 204+186+108=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA6C is #334593. Grayscale: #B6B6B6. Windows color (decimal): -3360148 or 7125708. OLE color: 7125708.

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

Color convert

RGB204186108-
CMYK00.090.470.2
HSL48.75º48.48%61.18%-
HSV(B)48.75º47.06%80%-
XYZ45.1749.0421.27-
YUV182.4985.96143.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 108 (42.58% from 255) = 21.69%
R=40.96%
G=37.35%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418610800.090.470.248.7548.4861.18
HexCCBA6C092F1431303d
Octal3142721540115724616075
Binary110011001011101011011000100110111110100110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA6C; }

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

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

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

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

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

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

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

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