#CAB765

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

Shades of Tacha #CAB765

Tints of Tacha #CAB765

Color information

#CAB765 (or 0xCAB765) is unknown color: approx Tacha. HEX triplet: CA, B7 and 65. RGB value is (202,183,101). Sum of RGB (Red+Green+Blue) = 202+183+101=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB765 is #35489A. Grayscale: #B3B3B3. Windows color (decimal): -3491995 or 6666186. OLE color: 6666186.

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

Color convert

RGB202183101-
CMYK00.090.500.21
HSL48.71º48.79%59.41%-
HSV(B)48.71º50%79.22%-
XYZ43.6447.3619.15-
YUV179.3383.79144.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 101 (39.84% from 255) = 20.78%
R=41.56%
G=37.65%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218310100.090.500.2148.7148.7959.41
HexCAB76509321531313b
Octal3122671450116225616173
Binary110010101011011111001010100111001010101110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB765; }

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

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

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

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

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

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

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

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