#CCBF50

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

Shades of Tacha #CCBF50

Tints of Tacha #CCBF50

Color information

#CCBF50 (or 0xCCBF50) is unknown color: approx Tacha. HEX triplet: CC, BF and 50. RGB value is (204,191,80). Sum of RGB (Red+Green+Blue) = 204+191+80=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF50 is #3340AF. Grayscale: #B6B6B6. Windows color (decimal): -3358896 or 5291980. OLE color: 5291980.

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

Color convert

RGB20419180-
CMYK00.060.610.2
HSL53.71º54.87%55.69%-
HSV(B)53.71º60.78%80%-
XYZ44.9850.6815-
YUV182.2370.31143.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 80 (31.64% from 255) = 16.84%
R=42.95%
G=40.21%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041918000.060.610.253.7154.8755.69
HexCCBF50063D14363738
Octal314277120067524666770
Binary11001100101111111010000011011110110100110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF50; }

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

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

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

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

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

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

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

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