#CCB561

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

Shades of Tacha #CCB561

Tints of Tacha #CCB561

Color information

#CCB561 (or 0xCCB561) is unknown color: approx Tacha. HEX triplet: CC, B5 and 61. RGB value is (204,181,97). Sum of RGB (Red+Green+Blue) = 204+181+97=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB561 is #334A9E. Grayscale: #B2B2B2. Windows color (decimal): -3361439 or 6403532. OLE color: 6403532.

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

Color convert

RGB20418197-
CMYK00.110.520.2
HSL47.1º51.2%59.02%-
HSV(B)47.1º52.45%80%-
XYZ43.5846.7518.04-
YUV178.382.12146.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=42.32%
G=37.55%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041819700.110.520.247.151.259.02
HexCCB5610B34142f333b
Octal3142651410136424576373
Binary110011001011010111000010101111010010100101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB561; }

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

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

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

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

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

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

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

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