#CCBC70

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

Shades of Tacha #CCBC70

Tints of Tacha #CCBC70

Color information

#CCBC70 (or 0xCCBC70) is unknown color: approx Tacha. HEX triplet: CC, BC and 70. RGB value is (204,188,112). Sum of RGB (Red+Green+Blue) = 204+188+112=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC70 is #33438F. Grayscale: #B8B8B8. Windows color (decimal): -3359632 or 7388364. OLE color: 7388364.

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

Color convert

RGB204188112-
CMYK00.080.450.2
HSL49.57º47.42%61.96%-
HSV(B)49.57º45.1%80%-
XYZ45.8149.9722.56-
YUV184.1287.3142.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=40.48%
G=37.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418811200.080.450.249.5747.4261.96
HexCCBC70082D14322f3e
Octal3142741600105524625776
Binary110011001011110011100000100010110110100110010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC70; }

 p { color: rgb(204,188,112); }

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

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

 a { background-color: rgb(204,188,112); }

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

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

 span { border-color: rgb(204,188,112); }

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