#CCBF58

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

Shades of Tacha #CCBF58

Tints of Tacha #CCBF58

Color information

#CCBF58 (or 0xCCBF58) is unknown color: approx Tacha. HEX triplet: CC, BF and 58. RGB value is (204,191,88). Sum of RGB (Red+Green+Blue) = 204+191+88=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF58 is #3340A7. Grayscale: #B7B7B7. Windows color (decimal): -3358888 or 5816268. OLE color: 5816268.

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

Color convert

RGB20419188-
CMYK00.060.570.2
HSL53.28º53.21%57.25%-
HSV(B)53.28º56.86%80%-
XYZ45.2950.816.65-
YUV183.1474.31142.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 88 (34.77% from 255) = 18.22%
R=42.24%
G=39.54%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041918800.060.570.253.2853.2157.25
HexCCBF58063914353539
Octal314277130067124656571
Binary11001100101111111011000011011100110100110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF58; }

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

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

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

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

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

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

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

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