#CCBE58

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

Shades of Tacha #CCBE58

Tints of Tacha #CCBE58

Color information

#CCBE58 (or 0xCCBE58) is unknown color: approx Tacha. HEX triplet: CC, BE and 58. RGB value is (204,190,88). Sum of RGB (Red+Green+Blue) = 204+190+88=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE58 is #3341A7. Grayscale: #B6B6B6. Windows color (decimal): -3359144 or 5816012. OLE color: 5816012.

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

Color convert

RGB20419088-
CMYK00.070.570.2
HSL52.76º53.21%57.25%-
HSV(B)52.76º56.86%80%-
XYZ45.0850.3716.58-
YUV182.5674.64143.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=42.32%
G=39.42%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041908800.070.570.252.7653.2157.25
HexCCBE58073914353539
Octal314276130077124656571
Binary11001100101111101011000011111100110100110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE58; }

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

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

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

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

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

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

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

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