#CCB35B

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

Shades of Tacha #CCB35B

Tints of Tacha #CCB35B

Color information

#CCB35B (or 0xCCB35B) is unknown color: approx Tacha. HEX triplet: CC, B3 and 5B. RGB value is (204,179,91). Sum of RGB (Red+Green+Blue) = 204+179+91=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB35B is #334CA4. Grayscale: #B0B0B0. Windows color (decimal): -3361957 or 6009804. OLE color: 6009804.

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

Color convert

RGB20417991-
CMYK00.120.550.2
HSL46.73º52.56%57.84%-
HSV(B)46.73º55.39%80%-
XYZ42.9145.8316.48-
YUV176.4479.78147.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 91 (35.94% from 255) = 19.20%
R=43.04%
G=37.76%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041799100.120.550.246.7352.5657.84
HexCCB35B0C37142f353a
Octal3142631330146724576572
Binary110011001011001110110110110011011110100101111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB35B; }

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

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

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

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

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

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

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

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