#CCB562

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

Shades of Tacha #CCB562

Tints of Tacha #CCB562

Color information

#CCB562 (or 0xCCB562) is unknown color: approx Tacha. HEX triplet: CC, B5 and 62. RGB value is (204,181,98). Sum of RGB (Red+Green+Blue) = 204+181+98=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB562 is #334A9D. Grayscale: #B2B2B2. Windows color (decimal): -3361438 or 6469068. OLE color: 6469068.

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

Color convert

RGB20418198-
CMYK00.110.520.2
HSL46.98º50.96%59.22%-
HSV(B)46.98º51.96%80%-
XYZ43.6346.7718.28-
YUV178.4282.62146.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=42.24%
G=37.47%
B=20.29%

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
Decimal2041819800.110.520.246.9850.9659.22
HexCCB5620B34142f333b
Octal3142651420136424576373
Binary110011001011010111000100101111010010100101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB562; }

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

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

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

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

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

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

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

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