#cbc362

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

Shades of Tacha #CBC362

Tints of Tacha #CBC362

Color information

#CBC362 (or 0xCBC362) is unknown color: approx Tacha. HEX triplet: CB, C3 and 62. RGB value is (203,195,98). Sum of RGB (Red+Green+Blue) = 203+195+98=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC362 is #343C9D. Grayscale: #BABABA. Windows color (decimal): -3423390 or 6472651. OLE color: 6472651.

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

Color convert

RGB20319598-
CMYK00.040.520.20
HSL55.43º50.24%59.02%-
HSV(B)55.43º51.72%79.61%-
XYZ46.3552.6119.27-
YUV186.3378.15139.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 98 (38.67% from 255) = 19.76%
R=40.93%
G=39.31%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031959800.040.520.2055.4350.2459.02
HexCBC36204341437323b
Octal313303142046424676273
Binary11001011110000111100010010011010010100110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc362; }

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

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

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

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

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

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

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

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