#CCBC51

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

Shades of Tacha #CCBC51

Tints of Tacha #CCBC51

Color information

#CCBC51 (or 0xCCBC51) is unknown color: approx Tacha. HEX triplet: CC, BC and 51. RGB value is (204,188,81). Sum of RGB (Red+Green+Blue) = 204+188+81=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC51 is #3343AE. Grayscale: #B5B5B5. Windows color (decimal): -3359663 or 5356748. OLE color: 5356748.

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

Color convert

RGB20418881-
CMYK00.080.600.2
HSL52.2º54.67%55.88%-
HSV(B)52.2º60.29%80%-
XYZ44.3749.414.98-
YUV180.5971.8144.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 81 (32.03% from 255) = 17.12%
R=43.13%
G=39.75%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041888100.080.600.252.254.6755.88
HexCCBC51083C14343738
Octal3142741210107424646770
Binary110011001011110010100010100011110010100110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC51; }

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

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

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

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

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

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

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

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