#CCB362

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

Shades of Tacha #CCB362

Tints of Tacha #CCB362

Color information

#CCB362 (or 0xCCB362) is unknown color: approx Tacha. HEX triplet: CC, B3 and 62. RGB value is (204,179,98). Sum of RGB (Red+Green+Blue) = 204+179+98=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB362 is #334C9D. Grayscale: #B1B1B1. Windows color (decimal): -3361950 or 6468556. OLE color: 6468556.

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

Color convert

RGB20417998-
CMYK00.120.520.2
HSL45.85º50.96%59.22%-
HSV(B)45.85º51.96%80%-
XYZ43.2345.9618.15-
YUV177.2483.28147.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 98 (38.67% from 255) = 20.37%
R=42.41%
G=37.21%
B=20.37%

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
Decimal2041799800.120.520.245.8550.9659.22
HexCCB3620C34142e333b
Octal3142631420146424566373
Binary110011001011001111000100110011010010100101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB362; }

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

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

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

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

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

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

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

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