#ccbf52

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

Shades of Tacha #CCBF52

Tints of Tacha #CCBF52

Color information

#CCBF52 (or 0xCCBF52) is unknown color: approx Tacha. HEX triplet: CC, BF and 52. RGB value is (204,191,82). Sum of RGB (Red+Green+Blue) = 204+191+82=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF52 is #3340AD. Grayscale: #B6B6B6. Windows color (decimal): -3358894 or 5423052. OLE color: 5423052.

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

Color convert

RGB20419182-
CMYK00.060.600.2
HSL53.61º54.46%56.08%-
HSV(B)53.61º59.8%80%-
XYZ45.0650.7115.4-
YUV182.4671.31143.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 82 (32.42% from 255) = 17.19%
R=42.77%
G=40.04%
B=17.19%

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
Decimal2041918200.060.600.253.6154.4656.08
HexCCBF52063C14363638
Octal314277122067424666670
Binary11001100101111111010010011011110010100110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccbf52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccbf52; }

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

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

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

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

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

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

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

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