#CCB851

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

Shades of Tacha #CCB851

Tints of Tacha #CCB851

Color information

#CCB851 (or 0xCCB851) is unknown color: approx Tacha. HEX triplet: CC, B8 and 51. RGB value is (204,184,81). Sum of RGB (Red+Green+Blue) = 204+184+81=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB851 is #3347AE. Grayscale: #B2B2B2. Windows color (decimal): -3360687 or 5355724. OLE color: 5355724.

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

Color convert

RGB20418481-
CMYK00.100.600.2
HSL50.24º54.67%55.88%-
HSV(B)50.24º60.29%80%-
XYZ43.5347.7114.7-
YUV178.2473.13146.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 81 (32.03% from 255) = 17.27%
R=43.50%
G=39.23%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041848100.100.600.250.2454.6755.88
HexCCB8510A3C14323738
Octal3142701210127424626770
Binary110011001011100010100010101011110010100110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB851; }

 p { color: rgb(204,184,81); }

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

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

 a { background-color: rgb(204,184,81); }

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

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

 span { border-color: rgb(204,184,81); }

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