#CBC062

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

Shades of Tacha #CBC062

Tints of Tacha #CBC062

Color information

#CBC062 (or 0xCBC062) is unknown color: approx Tacha. HEX triplet: CB, C0 and 62. RGB value is (203,192,98). Sum of RGB (Red+Green+Blue) = 203+192+98=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC062 is #343F9D. Grayscale: #B8B8B8. Windows color (decimal): -3424158 or 6471883. OLE color: 6471883.

HSL color Cylindrical-coordinate representation of color #CBC062: hue angle of 53.71º degrees, saturation: 0.5, 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 #CBC062 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20319298-
CMYK00.050.520.20
HSL53.71º50.24%59.02%-
HSV(B)53.71º51.72%79.61%-
XYZ45.6851.2819.05-
YUV184.5779.14141.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=41.18%
G=38.95%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031929800.050.520.2053.7150.2459.02
HexCBC06205341436323b
Octal313300142056424666273
Binary11001011110000001100010010111010010100110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC062; }

 p { color: rgb(203,192,98); }

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

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

 a { background-color: rgb(203,192,98); }

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

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

 span { border-color: rgb(203,192,98); }

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