#CCBC61

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

Shades of Tacha #CCBC61

Tints of Tacha #CCBC61

Color information

#CCBC61 (or 0xCCBC61) is unknown color: approx Tacha. HEX triplet: CC, BC and 61. RGB value is (204,188,97). Sum of RGB (Red+Green+Blue) = 204+188+97=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC61 is #33439E. Grayscale: #B6B6B6. Windows color (decimal): -3359647 or 6405324. OLE color: 6405324.

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

Color convert

RGB20418897-
CMYK00.080.520.2
HSL51.03º51.2%59.02%-
HSV(B)51.03º52.45%80%-
XYZ45.0449.6718.52-
YUV182.4179.8143.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=41.72%
G=38.45%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041889700.080.520.251.0351.259.02
HexCCBC6108341433333b
Octal3142741410106424636373
Binary110011001011110011000010100011010010100110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC61; }

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

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

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

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

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

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

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

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