#CBC255

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

Shades of Tacha #CBC255

Tints of Tacha #CBC255

Color information

#CBC255 (or 0xCBC255) is unknown color: approx Tacha. HEX triplet: CB, C2 and 55. RGB value is (203,194,85). Sum of RGB (Red+Green+Blue) = 203+194+85=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC255 is #343DAA. Grayscale: #B8B8B8. Windows color (decimal): -3423659 or 5620427. OLE color: 5620427.

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

Color convert

RGB20319485-
CMYK00.040.580.20
HSL55.42º53.15%56.47%-
HSV(B)55.42º58.13%79.61%-
XYZ45.5651.9416.22-
YUV184.2671.98141.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=42.12%
G=40.25%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031948500.040.580.2055.4253.1556.47
HexCBC255043A14373538
Octal313302125047224676570
Binary11001011110000101010101010011101010100110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC255; }

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

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

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

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

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

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

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

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