#CBB25F

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

Shades of Tacha #CBB25F

Tints of Tacha #CBB25F

Color information

#CBB25F (or 0xCBB25F) is unknown color: approx Tacha. HEX triplet: CB, B2 and 5F. RGB value is (203,178,95). Sum of RGB (Red+Green+Blue) = 203+178+95=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB25F is #344DA0. Grayscale: #B0B0B0. Windows color (decimal): -3427745 or 6271691. OLE color: 6271691.

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

Color convert

RGB20317895-
CMYK00.120.530.20
HSL46.11º50.94%58.43%-
HSV(B)46.11º53.2%79.61%-
XYZ42.6145.3617.34-
YUV176.0182.28147.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=42.65%
G=37.39%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031789500.120.530.2046.1150.9458.43
HexCBB25F0C35142e333a
Octal3132621370146524566372
Binary110010111011001010111110110011010110100101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB25F; }

 p { color: rgb(203,178,95); }

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

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

 a { background-color: rgb(203,178,95); }

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

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

 span { border-color: rgb(203,178,95); }

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