#CCBE54

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

Shades of Tacha #CCBE54

Tints of Tacha #CCBE54

Color information

#CCBE54 (or 0xCCBE54) is unknown color: approx Tacha. HEX triplet: CC, BE and 54. RGB value is (204,190,84). Sum of RGB (Red+Green+Blue) = 204+190+84=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE54 is #3341AB. Grayscale: #B6B6B6. Windows color (decimal): -3359148 or 5553868. OLE color: 5553868.

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

Color convert

RGB20419084-
CMYK00.070.590.2
HSL53º54.05%56.47%-
HSV(B)53º58.82%80%-
XYZ44.9250.315.73-
YUV182.172.64143.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 84 (33.20% from 255) = 17.57%
R=42.68%
G=39.75%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041908400.070.590.25354.0556.47
HexCCBE54073B14353638
Octal314276124077324656670
Binary11001100101111101010100011111101110100110101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE54; }

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

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

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

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

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

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

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

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