#CBB769

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

Shades of Tacha #CBB769

Tints of Tacha #CBB769

Color information

#CBB769 (or 0xCBB769) is unknown color: approx Tacha. HEX triplet: CB, B7 and 69. RGB value is (203,183,105). Sum of RGB (Red+Green+Blue) = 203+183+105=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB769 is #344896. Grayscale: #B4B4B4. Windows color (decimal): -3426455 or 6928331. OLE color: 6928331.

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

Color convert

RGB203183105-
CMYK00.100.480.20
HSL47.76º48.51%60.39%-
HSV(B)47.76º48.28%79.61%-
XYZ44.1147.5820.22-
YUV180.0985.63144.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=41.34%
G=37.27%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318310500.100.480.2047.7648.5160.39
HexCBB7690A301430313c
Octal3132671510126024606174
Binary110010111011011111010010101011000010100110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB769; }

 p { color: rgb(203,183,105); }

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

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

 a { background-color: rgb(203,183,105); }

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

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

 span { border-color: rgb(203,183,105); }

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