#CCBF53

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

Shades of Tacha #CCBF53

Tints of Tacha #CCBF53

Color information

#CCBF53 (or 0xCCBF53) is unknown color: approx Tacha. HEX triplet: CC, BF and 53. RGB value is (204,191,83). Sum of RGB (Red+Green+Blue) = 204+191+83=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF53 is #3340AC. Grayscale: #B7B7B7. Windows color (decimal): -3358893 or 5488588. OLE color: 5488588.

HSL color Cylindrical-coordinate representation of color #CCBF53: hue angle of 53.55º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCBF53 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20419183-
CMYK00.060.590.2
HSL53.55º54.26%56.27%-
HSV(B)53.55º59.31%80%-
XYZ45.0950.7215.6-
YUV182.5871.81143.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 83 (32.81% from 255) = 17.36%
R=42.68%
G=39.96%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041918300.060.590.253.5554.2656.27
HexCCBF53063B14363638
Octal314277123067324666670
Binary11001100101111111010011011011101110100110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF53; }

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

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

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

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

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

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

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

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