#CCBE52

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

Shades of Tacha #CCBE52

Tints of Tacha #CCBE52

Color information

#CCBE52 (or 0xCCBE52) is unknown color: approx Tacha. HEX triplet: CC, BE and 52. RGB value is (204,190,82). Sum of RGB (Red+Green+Blue) = 204+190+82=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE52 is #3341AD. Grayscale: #B6B6B6. Windows color (decimal): -3359150 or 5422796. OLE color: 5422796.

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

Color convert

RGB20419082-
CMYK00.070.600.2
HSL53.11º54.46%56.08%-
HSV(B)53.11º59.8%80%-
XYZ44.8450.2715.32-
YUV181.8771.64143.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=42.86%
G=39.92%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041908200.070.600.253.1154.4656.08
HexCCBE52073C14353638
Octal314276122077424656670
Binary11001100101111101010010011111110010100110101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE52; }

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

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

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

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

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

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

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

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