#CCBD6A

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

Shades of Tacha #CCBD6A

Tints of Tacha #CCBD6A

Color information

#CCBD6A (or 0xCCBD6A) is unknown color: approx Tacha. HEX triplet: CC, BD and 6A. RGB value is (204,189,106). Sum of RGB (Red+Green+Blue) = 204+189+106=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD6A is #334295. Grayscale: #B8B8B8. Windows color (decimal): -3359382 or 6995404. OLE color: 6995404.

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

Color convert

RGB204189106-
CMYK00.070.480.2
HSL50.82º49%60.78%-
HSV(B)50.82º48.04%80%-
XYZ45.750.2720.93-
YUV184.0283.97142.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=40.88%
G=37.88%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418910600.070.480.250.824960.78
HexCCBD6A07301433313d
Octal314275152076024636175
Binary11001100101111011101010011111000010100110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD6A; }

 p { color: rgb(204,189,106); }

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

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

 a { background-color: rgb(204,189,106); }

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

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

 span { border-color: rgb(204,189,106); }

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