#CBC068

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

Shades of Tacha #CBC068

Tints of Tacha #CBC068

Color information

#CBC068 (or 0xCBC068) is unknown color: approx Tacha. HEX triplet: CB, C0 and 68. RGB value is (203,192,104). Sum of RGB (Red+Green+Blue) = 203+192+104=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC068 is #343F97. Grayscale: #B9B9B9. Windows color (decimal): -3424152 or 6865099. OLE color: 6865099.

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

Color convert

RGB203192104-
CMYK00.050.490.20
HSL53.33º48.77%60.2%-
HSV(B)53.33º48.77%79.61%-
XYZ45.9851.420.59-
YUV185.2682.14140.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=40.68%
G=38.48%
B=20.84%

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
Decimal20319210400.050.490.2053.3348.7760.2
HexCBC06805311435313c
Octal313300150056124656174
Binary11001011110000001101000010111000110100110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC068; }

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

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

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

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

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

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

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

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