#CCBC54

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

Shades of Tacha #CCBC54

Tints of Tacha #CCBC54

Color information

#CCBC54 (or 0xCCBC54) is unknown color: approx Tacha. HEX triplet: CC, BC and 54. RGB value is (204,188,84). Sum of RGB (Red+Green+Blue) = 204+188+84=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC54 is #3343AB. Grayscale: #B5B5B5. Windows color (decimal): -3359660 or 5553356. OLE color: 5553356.

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

Color convert

RGB20418884-
CMYK00.080.590.2
HSL52º54.05%56.47%-
HSV(B)52º58.82%80%-
XYZ44.4949.4415.59-
YUV180.9373.3144.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 84 (33.20% from 255) = 17.65%
R=42.86%
G=39.50%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041888400.080.590.25254.0556.47
HexCCBC54083B14343638
Octal3142741240107324646670
Binary110011001011110010101000100011101110100110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC54; }

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

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

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

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

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

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

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

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