#CCBE5C

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

Shades of Tacha #CCBE5C

Tints of Tacha #CCBE5C

Color information

#CCBE5C (or 0xCCBE5C) is unknown color: approx Tacha. HEX triplet: CC, BE and 5C. RGB value is (204,190,92). Sum of RGB (Red+Green+Blue) = 204+190+92=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE5C is #3341A3. Grayscale: #B7B7B7. Windows color (decimal): -3359140 or 6078156. OLE color: 6078156.

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

Color convert

RGB20419092-
CMYK00.070.550.2
HSL52.5º52.34%58.04%-
HSV(B)52.5º54.9%80%-
XYZ45.2550.4417.48-
YUV183.0176.64142.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 92 (36.33% from 255) = 18.93%
R=41.98%
G=39.09%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041909200.070.550.252.552.3458.04
HexCCBE5C07371434343a
Octal314276134076724646472
Binary11001100101111101011100011111011110100110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE5C; }

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

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

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

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

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

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

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

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