#CABC68

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

Shades of Tacha #CABC68

Tints of Tacha #CABC68

Color information

#CABC68 (or 0xCABC68) is unknown color: approx Tacha. HEX triplet: CA, BC and 68. RGB value is (202,188,104). Sum of RGB (Red+Green+Blue) = 202+188+104=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC68 is #354397. Grayscale: #B6B6B6. Windows color (decimal): -3490712 or 6864074. OLE color: 6864074.

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

Color convert

RGB202188104-
CMYK00.070.490.21
HSL51.43º48.04%60%-
HSV(B)51.43º48.51%79.22%-
XYZ44.8449.5220.29-
YUV182.6183.64141.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=40.89%
G=38.06%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218810400.070.490.2151.4348.0460
HexCABC6807311533303c
Octal312274150076125636074
Binary11001010101111001101000011111000110101110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC68; }

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

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

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

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

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

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

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

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