#ccc154

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

Shades of Tacha #CCC154

Tints of Tacha #CCC154

Color information

#CCC154 (or 0xCCC154) is unknown color: approx Tacha. HEX triplet: CC, C1 and 54. RGB value is (204,193,84). Sum of RGB (Red+Green+Blue) = 204+193+84=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC154 is #333EAB. Grayscale: #B8B8B8. Windows color (decimal): -3358380 or 5554636. OLE color: 5554636.

HSL color Cylindrical-coordinate representation of color #CCC154: hue angle of 54.5º 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 #CCC154 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20419384-
CMYK00.050.590.2
HSL54.5º54.05%56.47%-
HSV(B)54.5º58.82%80%-
XYZ45.5751.6215.95-
YUV183.8671.64142.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 84 (33.20% from 255) = 17.46%
R=42.41%
G=40.12%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041938400.050.590.254.554.0556.47
HexCCC154053B14363638
Octal314301124057324666670
Binary11001100110000011010100010111101110100110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc154; }

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

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

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

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

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

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

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

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