#CBC25F

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

Shades of Tacha #CBC25F

Tints of Tacha #CBC25F

Color information

#CBC25F (or 0xCBC25F) is unknown color: approx Tacha. HEX triplet: CB, C2 and 5F. RGB value is (203,194,95). Sum of RGB (Red+Green+Blue) = 203+194+95=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC25F is #343DA0. Grayscale: #B9B9B9. Windows color (decimal): -3423649 or 6275787. OLE color: 6275787.

HSL color Cylindrical-coordinate representation of color #CBC25F: hue angle of 55º 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 #CBC25F is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20319495-
CMYK00.040.530.20
HSL55º50.94%58.43%-
HSV(B)55º53.2%79.61%-
XYZ45.9952.1118.46-
YUV185.476.98140.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 95 (37.5% from 255) = 19.31%
R=41.26%
G=39.43%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031949500.040.530.205550.9458.43
HexCBC25F04351437333a
Octal313302137046524676372
Binary11001011110000101011111010011010110100110111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC25F; }

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

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

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

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

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

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

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

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