#CAB769

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

Shades of Tacha #CAB769

Tints of Tacha #CAB769

Color information

#CAB769 (or 0xCAB769) is unknown color: approx Tacha. HEX triplet: CA, B7 and 69. RGB value is (202,183,105). Sum of RGB (Red+Green+Blue) = 202+183+105=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB769 is #354896. Grayscale: #B4B4B4. Windows color (decimal): -3491991 or 6928330. OLE color: 6928330.

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

Color convert

RGB202183105-
CMYK00.090.480.21
HSL48.25º47.78%60.2%-
HSV(B)48.25º48.02%79.22%-
XYZ43.8447.4420.21-
YUV179.7985.79143.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=41.22%
G=37.35%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218310500.090.480.2148.2547.7860.2
HexCAB76909301530303c
Octal3122671510116025606074
Binary110010101011011111010010100111000010101110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB769; }

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

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

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

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

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

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

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

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