#CBC168

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

Shades of Tacha #CBC168

Tints of Tacha #CBC168

Color information

#CBC168 (or 0xCBC168) is unknown color: approx Tacha. HEX triplet: CB, C1 and 68. RGB value is (203,193,104). Sum of RGB (Red+Green+Blue) = 203+193+104=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC168 is #343E97. Grayscale: #BABABA. Windows color (decimal): -3423896 or 6865355. OLE color: 6865355.

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

Color convert

RGB203193104-
CMYK00.050.490.20
HSL53.94º48.77%60.2%-
HSV(B)53.94º48.77%79.61%-
XYZ46.251.8420.67-
YUV185.8481.81140.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 104 (41.02% from 255) = 20.8%
R=40.6%
G=38.6%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319310400.050.490.2053.9448.7760.2
HexCBC16805311436313c
Octal313301150056124666174
Binary11001011110000011101000010111000110100110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC168; }

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

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

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

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

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

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

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

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