#CCB758

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

Shades of Tacha #CCB758

Tints of Tacha #CCB758

Color information

#CCB758 (or 0xCCB758) is unknown color: approx Tacha. HEX triplet: CC, B7 and 58. RGB value is (204,183,88). Sum of RGB (Red+Green+Blue) = 204+183+88=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB758 is #3348A7. Grayscale: #B2B2B2. Windows color (decimal): -3360936 or 5814220. OLE color: 5814220.

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

Color convert

RGB20418388-
CMYK00.100.570.2
HSL49.14º53.21%57.25%-
HSV(B)49.14º56.86%80%-
XYZ43.647.4116.09-
YUV178.4576.96146.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=42.95%
G=38.53%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041838800.100.570.249.1453.2157.25
HexCCB7580A3914313539
Octal3142671300127124616571
Binary110011001011011110110000101011100110100110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB758; }

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

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

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

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

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

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

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

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