#CBB868

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

Shades of Tacha #CBB868

Tints of Tacha #CBB868

Color information

#CBB868 (or 0xCBB868) is unknown color: approx Tacha. HEX triplet: CB, B8 and 68. RGB value is (203,184,104). Sum of RGB (Red+Green+Blue) = 203+184+104=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB868 is #344797. Grayscale: #B4B4B4. Windows color (decimal): -3426200 or 6863051. OLE color: 6863051.

HSL color Cylindrical-coordinate representation of color #CBB868: hue angle of 48.48º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBB868 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB203184104-
CMYK00.090.490.20
HSL48.48º48.77%60.2%-
HSV(B)48.48º48.77%79.61%-
XYZ44.2747.9820.02-
YUV180.5684.79144-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=41.34%
G=37.47%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318410400.090.490.2048.4848.7760.2
HexCBB86809311430313c
Octal3132701500116124606174
Binary110010111011100011010000100111000110100110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB868; }

 p { color: rgb(203,184,104); }

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

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

 a { background-color: rgb(203,184,104); }

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

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

 span { border-color: rgb(203,184,104); }

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