#CCB461

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

Shades of Tacha #CCB461

Tints of Tacha #CCB461

Color information

#CCB461 (or 0xCCB461) is unknown color: approx Tacha. HEX triplet: CC, B4 and 61. RGB value is (204,180,97). Sum of RGB (Red+Green+Blue) = 204+180+97=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB461 is #334B9E. Grayscale: #B2B2B2. Windows color (decimal): -3361695 or 6403276. OLE color: 6403276.

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

Color convert

RGB20418097-
CMYK00.120.520.2
HSL46.54º51.2%59.02%-
HSV(B)46.54º52.45%80%-
XYZ43.3846.3417.97-
YUV177.7182.45146.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=42.41%
G=37.42%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041809700.120.520.246.5451.259.02
HexCCB4610C34142f333b
Octal3142641410146424576373
Binary110011001011010011000010110011010010100101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB461; }

 p { color: rgb(204,180,97); }

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

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

 a { background-color: rgb(204,180,97); }

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

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

 span { border-color: rgb(204,180,97); }

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