#CCBF51

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

Shades of Tacha #CCBF51

Tints of Tacha #CCBF51

Color information

#CCBF51 (or 0xCCBF51) is unknown color: approx Tacha. HEX triplet: CC, BF and 51. RGB value is (204,191,81). Sum of RGB (Red+Green+Blue) = 204+191+81=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF51 is #3340AE. Grayscale: #B6B6B6. Windows color (decimal): -3358895 or 5357516. OLE color: 5357516.

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

Color convert

RGB20419181-
CMYK00.060.600.2
HSL53.66º54.67%55.88%-
HSV(B)53.66º60.29%80%-
XYZ45.0250.6915.2-
YUV182.3570.81143.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 81 (32.03% from 255) = 17.02%
R=42.86%
G=40.13%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041918100.060.600.253.6654.6755.88
HexCCBF51063C14363738
Octal314277121067424666770
Binary11001100101111111010001011011110010100110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF51; }

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

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

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

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

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

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

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

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