#CABC6A

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

Shades of Tacha #CABC6A

Tints of Tacha #CABC6A

Color information

#CABC6A (or 0xCABC6A) is unknown color: approx Tacha. HEX triplet: CA, BC and 6A. RGB value is (202,188,106). Sum of RGB (Red+Green+Blue) = 202+188+106=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC6A is #354395. Grayscale: #B7B7B7. Windows color (decimal): -3490710 or 6995146. OLE color: 6995146.

HSL color Cylindrical-coordinate representation of color #CABC6A: hue angle of 51.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 #CABC6A is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202188106-
CMYK00.070.480.21
HSL51.25º47.52%60.39%-
HSV(B)51.25º47.52%79.22%-
XYZ44.9449.5620.83-
YUV182.8484.64141.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=40.73%
G=37.90%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218810600.070.480.2151.2547.5260.39
HexCABC6A07301533303c
Octal312274152076025636074
Binary11001010101111001101010011111000010101110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC6A; }

 p { color: rgb(202,188,106); }

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

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

 a { background-color: rgb(202,188,106); }

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

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

 span { border-color: rgb(202,188,106); }

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